|
Orbital library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Genome | |
|---|---|
| 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 Genome in orbital.algorithm.evolutionary |
|---|
| Methods in orbital.algorithm.evolutionary that return Genome | |
|---|---|
Genome |
Population.get(int i)
Gets the i-th member-Genome. |
Genome |
Population.get(int i,
boolean best)
Get the i-th member in the order specified. |
| Methods in orbital.algorithm.evolutionary with parameters of type Genome | |
|---|---|
static Population |
PopulationImpl.create(Genome prototype,
int size)
|
static Population |
Population.create(Genome prototype,
int size)
Generate (create) a new random population of genomes. |
static Population |
Population.create(Population population,
Genome prototype,
int size)
Generate (create) a new random population of genomes. |
protected void |
ParallelEvaluationPopulation.evaluate(Genome g,
boolean redo)
Concurrently evaluate a genome. |
protected void |
IncrementalGeneticAlgorithm.replaceGenomes(Genome[] n)
Replaces a list of Genomes by removing one and merging the new ones. |
| Uses of Genome in orbital.moon.evolutionary |
|---|
| Methods in orbital.moon.evolutionary that return Genome | |
|---|---|
protected Genome |
BreederControl.createGenome()
Create a problem-specific genome prototype. |
protected Genome |
BreederControl.importGenome(java.io.InputStream is)
Load genome to import. |
| Methods in orbital.moon.evolutionary with parameters of type Genome | |
|---|---|
protected void |
BreederControl.exportGenome(Genome genome,
java.io.OutputStream os)
Save genome to export. |
protected void |
BreederControl.manipulate(Genome c)
|
void |
SelectionStatistics.setSelected(Population population,
Genome[] selected)
|
|
Orbital library 1.3.0: 11 Apr 2009 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||