scalation.optimization.quasi_newton.FunctionEvaluation
See theFunctionEvaluation companion object
case class FunctionEvaluation(objFunction: FunctionV2S, gradFunction: FunctionV2V) extends EvaluationLogic
The FunctionEvaluation
case class to store the definition of a function evaluation in a format that adheres to the evaluation logic format used by the implementation of the Limited memory Broyden–Fletcher–Goldfarb–Shanno (BFGS) for unconstrained optimization (L-BFGS) algorithm.
Value parameters
- gradFunction
-
the gradient vector-valued function (vector -> vector)
- objFunction
-
the multi-variate objective function (vector -> scalar)
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait EvaluationLogicclass Objecttrait Matchableclass Any
Members list
Inherited
- Not inherited
- Product
In this article