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
ArraySelectionAlgorithm s. |
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
SelectionAlgorithm s. |
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
SelectionAlgorithm s. |
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
SelectionAlgorithm s. |
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
SelectionAlgorithm s. |
SubsetSelectorAdaptor |
SelectionAlgorithm is a method by which Cell
members are chosen from a Population for a given purpose
(i.e. |