SelectionAlgorithmT Class |
Namespace: FinMath.MachineLearning.EvolutionaryAlgorithms
The SelectionAlgorithmT type exposes the following members.
Name | Description | |
---|---|---|
![]() | SelectionAlgorithmT |
Constructor.
|
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.) |
![]() | NewGeneration |
This method is called by genetic algorithm one time per generation before selection occurs.
|
![]() | Select |
This method is called by Select(out T, out T) each time genetic algorithm needs parent for crossover.
|
![]() | Select(T, T) |
This method is called each time genetic algorithm needs two parents for crossover.
This method calls Select() two times by default.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |