|
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.EOSscheduling.EOSschedulingPopulation
Field Summary |
Fields inherited from class gov.nasa.javaGenes.core.Population |
generation, memory, population, time |
Constructor Summary | |
|
EOSschedulingPopulation(EOSschedulingParameters parameters)
|
protected |
EOSschedulingPopulation(int size)
create an empty population with int size members |
|
EOSschedulingPopulation(int permutationLength,
int populationSize,
FitnessFunction fitness)
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EOSschedulingPopulation(EOSschedulingParameters parameters)
public EOSschedulingPopulation(int permutationLength, int populationSize, FitnessFunction fitness)
protected EOSschedulingPopulation(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
|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |