|
Orbital library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GeneticAlgorithm | |
|---|---|
| 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. |
| Uses of GeneticAlgorithm in orbital.algorithm.evolutionary |
|---|
| Subclasses of GeneticAlgorithm in orbital.algorithm.evolutionary | |
|---|---|
class |
ConcurrenceGeneticAlgorithm
This class is a genetic algorithm that weights its members in comparison to the others. |
class |
IncrementalGeneticAlgorithm
An incremental genetic algorithm with overlapping populations and only one reproduction per generation. |
class |
SimpleGeneticAlgorithm
A simple genetic algorithm with non-overlapping populations. |
class |
SteadyStateGeneticAlgorithm
A steady state genetic algorithm with overlapping populations. |
| Uses of GeneticAlgorithm in orbital.moon.evolutionary |
|---|
| Fields in orbital.moon.evolutionary declared as GeneticAlgorithm | |
|---|---|
protected GeneticAlgorithm |
BreederControl.ga
The current genetic algorithm. |
| Methods in orbital.moon.evolutionary that return GeneticAlgorithm | |
|---|---|
protected GeneticAlgorithm |
BreederControl.create()
|
protected GeneticAlgorithm |
BreederControl.getGeneticAlgorithm()
Get the current genetic algorithm used for solving. |
protected GeneticAlgorithm |
BreederControl.load(java.io.InputStream is)
Load population and genetic algorithm. |
| Methods in orbital.moon.evolutionary with parameters of type GeneticAlgorithm | |
|---|---|
protected void |
BreederControl.properties(GeneticAlgorithm ga)
|
protected void |
BreederControl.save(GeneticAlgorithm ga,
java.io.OutputStream os)
Save population and genetic algorithm. |
protected void |
BreederControl.statistics(GeneticAlgorithm ga)
|
|
Orbital library 1.2.0: 23 Apr 2008 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||