|
Orbital library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GeneticAlgorithmProblem | |
|---|---|
| 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 GeneticAlgorithmProblem in orbital.algorithm.evolutionary |
|---|
| Constructors in orbital.algorithm.evolutionary with parameters of type GeneticAlgorithmProblem | |
|---|---|
GeneticAlgorithm.Configuration(GeneticAlgorithmProblem problem,
Function selector,
java.lang.Class algorithm)
|
|
GeneticAlgorithm.Configuration(GeneticAlgorithmProblem problem,
Function selector,
double maximumRecombination,
double maximumMutation,
java.lang.Class algorithm)
|
|
GeneticAlgorithm.Configuration(GeneticAlgorithmProblem problem,
Function selector,
int parentCount,
int childrenCount,
double maximumRecombination,
double maximumMutation,
java.lang.Class algorithm)
Construct a new configuration. |
|
| Uses of GeneticAlgorithmProblem in orbital.moon.evolutionary |
|---|
| Fields in orbital.moon.evolutionary declared as GeneticAlgorithmProblem | |
|---|---|
protected GeneticAlgorithmProblem |
BreederControl.problem
The current genetic algorithm problem to solve. |
| Methods in orbital.moon.evolutionary that return GeneticAlgorithmProblem | |
|---|---|
protected GeneticAlgorithmProblem |
BreederControl.getGeneticAlgorithmProblem()
Get the current genetic algorithm problem to solve. |
| Methods in orbital.moon.evolutionary with parameters of type GeneticAlgorithmProblem | |
|---|---|
protected void |
BreederControl.setGeneticAlgorithmProblem(GeneticAlgorithmProblem gap)
|
| Constructors in orbital.moon.evolutionary with parameters of type GeneticAlgorithmProblem | |
|---|---|
BreederControl(GeneticAlgorithmProblem problem)
Construct a BreederControl frame for solving the given problem. |
|
|
Orbital library 1.3.0: 11 Apr 2009 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||