UniformSelection<T> .Select Method |
Name | Description | |
---|---|---|
![]() | Select() |
This method is called each time genetic algorithm needs a parent for crossover.
(Overrides SelectionAlgorithm<T>.Select().) |
![]() | 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 SelectionAlgorithm<T>.) |