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: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool FindSolution(
	int numberOfIterations
)
Public Function FindSolution ( 
	numberOfIterations As Integer
) As Boolean
public:
bool FindSolution(
	int numberOfIterations
)
member FindSolution : 
        numberOfIterations : int -> bool 
Parameters
- numberOfIterations
 - Type: SystemInt32
The number of iterations that may be performed while
            attempting to find a solution. 
Return Value
Type: 
BooleanIf the optimizer converged on a solution. See the 
LastRunsResults
            for the results.
See Also