Click or drag to resize

BaseOptimizer Properties

The BaseOptimizer type exposes the following members.

Properties
  NameDescription
Public propertyMinimizationSteps
Overall minimization steps number.
Public propertyRestartCount
The minimization process restarts number.
Public propertySolutionPoint
The best found solution point.
Public propertySolutionStep
The step number where the best solution found.
Public propertySolutionValue
The best found objective function value.
Public propertyTerminationDelegate
The user's stop criterion function.
Public propertyTerminationIterations
The maximum optimization iterations number.
Public propertyTerminationObjectiveChange
Objective function change stop criterion. Null means no objective change termination conditions.
Public propertyTerminationTimeout
The algorithm timeout: the execution will be interrupted on the next step after the timeout expiration.
Top
See Also