LBFGSLineSearch

scalation.optimization.quasi_newton.LBFGSLineSearch
See theLBFGSLineSearch companion trait

The LBFGSLineSearch companion object provides a method for slecting the line search algorithm.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Returns a LBFGSLineSearch implementation to use in the L-BFGS optimization.

Returns a LBFGSLineSearch implementation to use in the L-BFGS optimization.

Value parameters

selection

LBFGSLineSearchAlg that describes the user selection for the line search algorithm to be used in the L-BFGS optimization.

Attributes

Returns

LBFGSLineSearch, implementation of the line search algorithm selected by the user to be used in the L-BFGS optimization.