Bounded Quasi Newton Optimizer.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.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public int Steps { get; set; }
Property Value
Int32Exceptions
Argument | value is less than 1. |