C G M O P R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- generateChar() - Static method in class com.garrettAndPeter.stringEvolution.StringGenerator
- generateFitness(T) - Method in class com.garrettAndPeter.lib.Organism
-
calculate and store the fitness of the organism
- Generator<T> - Interface in com.garrettAndPeter.lib
-
An interface that defines the creation of a new organims of a given type
- GeneticAlgorithm<Data,T> - Class in com.garrettAndPeter.lib
-
A simulation of natural selection using a genetic algorithm The Genetic Algorithm class houses the interactions of all the different organisms within an "Environment".
- GeneticAlgorithm(int, Generator<Organism<Data>>, T) - Constructor for class com.garrettAndPeter.lib.GeneticAlgorithm
-
Create a new Genetic Algorithm Simulation
- getBest() - Method in class com.garrettAndPeter.lib.GeneticAlgorithm
-
returns the most fit organism out of the population
- getBest(T) - Method in class com.garrettAndPeter.lib.GeneticAlgorithm
-
returns the most fit organism out of the population based on a target
- getData() - Method in class com.garrettAndPeter.lib.Organism
- getFitness() - Method in class com.garrettAndPeter.lib.Organism
- getParentPool(ArrayList<Organism<?>>) - Method in interface com.garrettAndPeter.lib.ParentPoolGenerator
- getParentPool(ArrayList<Organism<?>>) - Method in class com.garrettAndPeter.lib.ProportionalGenerator
All Classes All Packages