Package net.openai.ai.ga.selection.common

Class Summary
ArraySelectTournament ArraySelectTournament is a method by which Population members are created and chosen using a tournament on a Population.
ArraySelectUnion ArraySelectUnion is a ArraySelectionAlgorithm that will return the union of the results of two specified ArraySelectionAlgorithms.
SelectAll SelectAll is a SelectionAlgorithm that will returns a clone of the passed Population.
SelectComplement SelectComplement is a SelectionAlgorithm that will return the complement of the results of two specified SelectionAlgorithms.
SelectCompose SelectAll is a SelectionAlgorithm that will returns the result of a SelectionAlgorithm on the Population returned from the second, i.e.
SelectDifference SelectDifference is a SelectionAlgorithm that will return the difference of the results of two specified SelectionAlgorithms.
SelectFitnessRange SelectFitnessRange is a SelectionAlgorithm that will return a portion of the passed Population that have a fitness in the given range.
SelectGreatestFitness SelectGreatestFitness is a SelectionAlgorithm that will return a portion of the passed Population that have the greatest fitness.
SelectGreatestMaturity SelectGreatestMaturity is a SelectionAlgorithm that will return a portion of the passed Population that have the greatest maturity.
SelectIntersection SelectIntersection is a SelectionAlgorithm that will return the intersection of the results of two specified SelectionAlgorithms.
SelectLeastFitness SelectGreatestFitness is a SelectionAlgorithm that will return a portion of the passed Population that have the least fitness.
SelectLeastMaturity SelectGreatestMaturity is a SelectionAlgorithm that will return a portion of the passed Population that have the least maturity.
SelectMaturityRange SelectMaturityRange is a SelectionAlgorithm that will return a portion of the passed Population that have a maturity in the given range.
SelectNone SelectNone is a SelectionAlgorithm that will returns a clone of the passed Population, but with no members.
SelectSingleGreatestFitness SelectGreatestFitness is a SelectionAlgorithm that will return a portion of the passed Population that have the greatest fitness.
SelectUnion SelectUnion is a SelectionAlgorithm that will return the union of the results of two specified SelectionAlgorithms.
SubsetSelectorAdaptor SelectionAlgorithm is a method by which Cell members are chosen from a Population for a given purpose (i.e.
 



Copyright - 2001 OpenAI Labs. All Rights Reserved.