BoundedQuasiNewtonOptimizer Constructor

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23

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

ArgumentOutOfRangeExceptionsteps is less than 1.

See Also