RouletteSelectionT Class |
Namespace: FinMath.MachineLearning.EvolutionaryAlgorithms
The RouletteSelectionT type exposes the following members.
Name | Description | |
---|---|---|
RouletteSelectionT |
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.
(Overrides SelectionAlgorithmTNewGeneration(T, Double, Int32).) | |
Select |
This method is called each time genetic algorithm needs a parent for crossover.
(Overrides SelectionAlgorithmTSelect.) | |
Select(T, T) |
This method is called each time genetic algorithm needs two parents for crossover.
This method calls Select() two times by default.
(Inherited from SelectionAlgorithmT.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |