Click or drag to resize

ParameterOptimizerFindSolution Method (Int32)

Optimizes 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: 24.1.418.0 (24.1.418.0)
Syntax
public bool FindSolution(
	int numberOfIterations
)

Parameters

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

Return Value

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