Click or drag to resize

MultivariableFunctionSolver.FindSolution Method (Int32)

Solves the Function. By default, the results of every iteration will be stored.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public bool FindSolution(
	int numberOfIterations
)

Parameters

numberOfIterations
Type: System.Int32
The number of iterations that may be performed while attempting to find a solution.

Return Value

Type: Boolean
If the solver converged on a solution. See the LastRunsResults for the results.
See Also