Click or drag to resize

SelectionAlgorithmT Methods

The SelectionAlgorithmT generic type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodNewGeneration
This method is called by genetic algorithm one time per generation before selection occurs.
Public methodSelect
This method is called by Select(out T, out T) each time genetic algorithm needs parent for crossover.
Public methodSelect(T, T)
This method is called each time genetic algorithm needs two parents for crossover. This method calls Select() two times by default.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also