Click or drag to resize

SimplexDownhill Properties

The SimplexDownhill type exposes the following members.

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