QNewton

scalation.optimization.quasi_newton.QNewton
object QNewton

The QNewton object provides methods useful for Quasi-Newton optimizers.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
QNewton.type

Members list

Value members

Concrete methods

def aHi_inc(aHi: MatrixD, s: VectorD, y: VectorD): MatrixD

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