|
Orbital library | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use orbital.algorithm.evolutionary | |
---|---|
orbital.algorithm.evolutionary | Genetic algorithms simulate nature on a very abstract level to get solutions for sophisticated problems. |
orbital.moon.evolutionary | Contains implementation utilities and a front-end for evolutionary algorithms. |
Classes in orbital.algorithm.evolutionary used by orbital.algorithm.evolutionary | |
---|---|
Gene
Base interface for a gene data model in a genome. |
|
Gene.BitSet
Bit string gene. |
|
Gene.Float
Floating point gene data. |
|
Gene.Integer
Integer gene data. |
|
Gene.List
Represents a container gene that contains a list of other genes. |
|
Gene.Number
Numeric gene data. |
|
GeneticAlgorithm
A base class for genetic algorithms. |
|
GeneticAlgorithmProblem
Hook class for problems solved by GeneticAlgorithm. |
|
Genome
The Genome data in a population represents a state. |
|
IncrementalGeneticAlgorithm
An incremental genetic algorithm with overlapping populations and only one reproduction per generation. |
|
Population
This class represents a population of genomes as a data structure. |
Classes in orbital.algorithm.evolutionary used by orbital.moon.evolutionary | |
---|---|
GeneticAlgorithm
A base class for genetic algorithms. |
|
GeneticAlgorithmProblem
Hook class for problems solved by GeneticAlgorithm. |
|
Genome
The Genome data in a population represents a state. |
|
Population
This class represents a population of genomes as a data structure. |
|
Orbital library 1.3.0: 11 Apr 2009 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |