BoundedQuasiNewtonOptimizer.Steps Property

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

Definition

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

Property Value

Int32

Exceptions

ArgumentOutOfRangeException

value is less than 1.

See Also