|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.javaGenes.core.Population
gov.nasa.javaGenes.graph.GraphPopulation
gov.nasa.javaGenes.chemistry.MoleculePopulation
Field Summary |
Fields inherited from class gov.nasa.javaGenes.core.Population |
generation, memory, population, time |
Constructor Summary | |
protected |
MoleculePopulation(int size)
create an empty population with int size members |
|
MoleculePopulation(MoleculeParameters parameters)
create a random population of molecules |
Method Summary | |
Individual |
makeIndividual(Evolvable e,
FitnessFunction f)
Meant to be a general purpose method that creates individuals of whatever type are in this population. |
Population |
makePopulation(int size)
|
Methods inherited from class gov.nasa.javaGenes.graph.GraphPopulation |
fillSamples |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MoleculePopulation(MoleculeParameters parameters)
protected MoleculePopulation(int size)
Method Detail |
public Population makePopulation(int size)
makePopulation
in class GraphPopulation
public Individual makeIndividual(Evolvable e, FitnessFunction f)
Population
makeIndividual
in class GraphPopulation
|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |