|
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
Represents a population of evolvable Graph objects
Field Summary |
Fields inherited from class gov.nasa.javaGenes.core.Population |
generation, memory, population, time |
Constructor Summary | |
GraphPopulation(GraphParameters parameters)
Generate a random population |
|
GraphPopulation(int size)
create an empty population with int size members |
Method Summary | |
void |
fillSamples(ManySamples samples)
Add Sample objects to ManySamples samples that summarize the population. |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GraphPopulation(GraphParameters parameters)
public GraphPopulation(int size)
Method Detail |
public Population makePopulation(int size)
makePopulation
in class Population
public Individual makeIndividual(Evolvable e, FitnessFunction f)
Population
makeIndividual
in class Population
public void fillSamples(ManySamples samples)
fillSamples
in class Population
Sample
|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |