CMSA Properties |
The CMSA type exposes the following members.
| Name | Description | |
|---|---|---|
| InitialCovarianceMatrix |
Data covariance matrix estimation.
| |
| InitialSigma |
Coordinate wise standard deviation (step size).
| |
| Lambda |
Population size, offspring number. At least two, generally > 4.
| |
| MinimizationSteps |
Overall minimization steps number.
(Inherited from BaseOptimizer.) | |
| Mu |
Number of parents/points for recombination.
| |
| Parallelize |
Use multiple threads to find objective function minimum.
| |
| RestartCount |
The minimization process restarts number.
(Inherited from BaseOptimizer.) | |
| SolutionPoint |
The best found solution point.
(Inherited from BaseOptimizer.) | |
| SolutionStep |
The step number where the best solution found.
(Inherited from BaseOptimizer.) | |
| SolutionValue |
The best found objective function value.
(Inherited from BaseOptimizer.) | |
| TerminationDelegate |
The user's stop criterion function.
(Inherited from BaseOptimizer.) | |
| TerminationIterations |
The maximum optimization iterations number.
(Inherited from BaseOptimizer.) | |
| TerminationObjectiveChange |
Objective function change stop criterion. Null means no objective change termination conditions.
(Inherited from BaseOptimizer.) | |
| TerminationTimeout |
The algorithm timeout: the execution will be interrupted on the next step after the timeout expiration.
(Inherited from BaseOptimizer.) |