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: 24.1.418.0 (24.1.418.0)
Syntax
public List<TIterationResults> IterationResults { get; }

Property Value

Type: ListTIterationResults
See Also