StrongWolfeLineSearch
class CubicLineSearch
trait MinimizingLineSearch
trait SerializableLogging
trait Serializable
class Object
trait Matchable
class Any
Type members
Inherited classlikes
Value members
Concrete methods
Performs a line search on the function f with bound, returning a point satisfying the Strong Wolfe conditions OR satisfying sufficient decrease condition and hit bound. Based on the line search detailed in Nocedal & Wright Numerical Optimization p58. BUT add some modification for bound checking.
Performs a line search on the function f with bound, returning a point satisfying the Strong Wolfe conditions OR satisfying sufficient decrease condition and hit bound. Based on the line search detailed in Nocedal & Wright Numerical Optimization p58. BUT add some modification for bound checking.