Click or drag to resize

MultivariableFunctionSolverLastRunsResults Property

Gets or sets the results of the solver run. This includes such information as if the solver converged, all the iteration results (if configured to save them), if the run was aborted, etc.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public MultivariableFunctionSolverResults<MultivariableFunctionSolverIterationResults> LastRunsResults { get; set; }

Property Value

Type: MultivariableFunctionSolverResultsMultivariableFunctionSolverIterationResults
See Also