Click or drag to resize

MultivariableFunctionSolverResultsTIterationResultsIterationResults Property

Gets the results for each iteration the solver performed.

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

Property Value

Type: ListTIterationResults
See Also