BoundedQuasiNewtonOptimizer Constructor

Definition

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

Overload List

BoundedQuasiNewtonOptimizer

Constructs a new BoundedQuasiNewtonOptimizer object.
C#
public BoundedQuasiNewtonOptimizer()

BoundedQuasiNewtonOptimizer(Int32)

Constructs a new BoundedQuasiNewtonOptimizer object.
C#
public BoundedQuasiNewtonOptimizer(
	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