|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jaga.evolve.Reproducer
Genetic Operator that simply clones individuals from one population to the other.
| Constructor Summary | |
Reproducer()
Creates new Reproducer |
|
| Method Summary | |
void |
operate(Selector selector,
Population oldPopulation,
Population newPopulation,
int howMany)
method that adds genotypes to the new population by extracting some from the old one and manipulating them in some way. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Reproducer()
| Method Detail |
public void operate(Selector selector,
Population oldPopulation,
Population newPopulation,
int howMany)
operate in interface GeneticOperatoroldPopulation - in parameter having all the original genotypesnewPopulation - in/out parameter where the next generation of genotypes is being builthowMany - how many new genotypes to add to the new population
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||