Class | Description |
---|---|
BaseCrossoverFunction |
Operation that performs crossover for a genetic algorithm.
|
BaseMutationFunction |
Mutation operations needed for a GeneticAlgorithm, takes a
BaseEntry and modifies it slightly. |
CompoundCrossover |
CrossoverFunction designed to deal with CompositionEntry that represent a
compound with a fixed number of sites that must contain different elements.
|
HeuslerCrossover |
Crossover function for the Heusler Dataset
|
PrototypeCrossover |
Perform crossover for a PrototypeEntry.
|
PrototypeMutation | |
SimpleCompoundMutation |
Mutate a CompositionEntry that represents a compound by only changing
which elements are present.
|