EvaluationLogic
scalation.optimization.quasi_newton.EvaluationLogic
trait EvaluationLogic
The EvaluationLogicNative
trait specifies the requirements for the logic to be used for variable evaluation against the objective function in the lbfgsMain
method of the LBFGS
object. The methods provided in this trait are called directly by the code used by the BFGS
class.
Classes mixing in this trait must implement the evaluate method, which is used to evaluate the gradients and objective function for a given state of the variables.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
In this article