scalation.optimization.quasi_newton.LBFGS
See theLBFGS companion object
class LBFGS(f: FunctionV2S, g: FunctionV2V) extends Minimize
The LBFGS
the class implements the Limited-Memory Broyden–Fletcher–Goldfarb–Shanno (BFGS) Quasi-Newton Algorithm for solving Non-Linear Programming (NLP) problems. minimize f(x)
Value parameters
- f
-
the multi-variate objective function to be minimized
- gr
-
its gradient vector-valued function
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article