BoundedQuasiNewtonOptimizer.Steps Property

Gets or sets number of previous steps to use in the calculation of the next approximation.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public int Steps { get; set; }

Property Value

Int32

Exceptions

ArgumentOutOfRangeExceptionvalue is less than 1.

See Also