Click or drag to resize

MultivariableFunctionSolverCurrentIteration Property

Gets or sets the number of the current iteration. This should be incremented in the FindSolution(Int32, Boolean, ITrackCalculationProgress) method.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public int CurrentIteration { get; protected set; }

Property Value

Type: Int32
See Also