LBFGSCallbackData
scalation.optimization.quasi_newton.LBFGSCallbackData
The LBFGSCallbackData case class is used to group together the EvaluationLogic specified for a L-BFGS optimization done by the LBFGS object with values that are the parameters for the methods of the EvaluationLogic. This allows the user to pass the optimization logic of the L-BFGS optimization as a parameter to different methods and classes while retaining the ability to callback the methods of said logic with the correct parameters.
Value parameters
- evalLogic
-
EvaluationLogicthat describes the optimization steps for the L-BFGS optimization done by theLBFGSobject. - instance
-
an optional user data segment that may be provided when calling the
LBFGS.lbfgsMainmethod (@seeOptimizationLogic) - n
-
the number of variables used in the optimization.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article