Click or drag to resize

MultivariableFunctionSolverResults<TIterationResults>.IterationResults Property

Gets the results for each iteration the solver performed.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public List<TIterationResults> IterationResults { get; }

Property Value

Type: List<TIterationResults>
See Also