Artificial Mind Help

GenerationalGA.GASelectionType Enumeration

Defines implemented selection algorithms.

public enum GenerationalGA.GASelectionType

Members

Member NameDescription
RouletteWheelSampling Use RouletteWheelSampling selection algorithm.
BinnaryTournament Use Binary Tournament selection.

Requirements

Namespace: AnticipatingMinds.ArtificialMind.GeneticAlgorithms

Assembly: AnticipatingMinds.ArtificialMind.GeneticAlgorithms (in AnticipatingMinds.ArtificialMind.GeneticAlgorithms.dll)

See Also

AnticipatingMinds.ArtificialMind.GeneticAlgorithms Namespace