BaseOptimizer Class |
Namespace: FinMath.MachineLearning.EvolutionaryAlgorithms
public abstract class BaseOptimizer
The BaseOptimizer type exposes the following members.
Name | Description | |
---|---|---|
![]() | MinimizationSteps |
Overall minimization steps number.
|
![]() | RestartCount |
The minimization process restarts number.
|
![]() | SolutionPoint |
The best found solution point.
|
![]() | SolutionStep |
The step number where the best solution found.
|
![]() | SolutionValue |
The best found objective function value.
|
![]() | TerminationDelegate |
The user's stop criterion function.
|
![]() | TerminationIterations |
The maximum optimization iterations number.
|
![]() | TerminationObjectiveChange |
Objective function change stop criterion. Null means no objective change termination conditions.
|
![]() | TerminationTimeout |
The algorithm timeout: the execution will be interrupted on the next step after the timeout expiration.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Optimize |
Minimization method.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |