scalation.optimization.quasi_newton.QNewton
The QNewton
object provides methods useful for Quasi-Newton optimizers.
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Return the change to the approximate Hessian inverse (aHi) matrix using the Sherman–Morrison formula.
Return the change to the approximate Hessian inverse (aHi) matrix using the Sherman–Morrison formula.
Value parameters
-
aHi
-
the current value of the approximate Hessian inverse (aHi)
-
s
-
the step vector (next point - current point)
-
y
-
the difference in the gradients (next - current)
Attributes
-
See also
-