Click or drag to resize

ParameterOptimizer.FindSolution Method (Int32, Boolean, ITrackCalculationProgress)

Optimizes the Function.

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

Parameters

numberOfIterations
Type: System.Int32
The number of iterations that may be performed while attempting to find a solution.
justFinalResult
Type: System.Boolean
Tells this method to only include the final results, or the results of each iteration.
progressTracker
Type: AGI.Foundation.ITrackCalculationProgress
An optional progress tracker.

Return Value

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