LimitedMemoryBfgsOptimizer Constructor

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0

Overload List

LimitedMemoryBfgsOptimizer

Constructs a new QuasiNewtonOptimizer object.
C#
public LimitedMemoryBfgsOptimizer()

LimitedMemoryBfgsOptimizer(Int32)

Constructs a new LimitedMemoryBfgsOptimizer object.
C#
public LimitedMemoryBfgsOptimizer(
	int steps
)

Parameters

steps  Int32
The number of previous steps to use in the calculation of the next approximation.

Exceptions

ArgumentOutOfRangeException

steps is less than 1.

See Also