|
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.AbstractCheckpointable
gov.nasa.javaGenes.core.Run
gov.nasa.javaGenes.chemistry.RunMolecule
run a genetic algorithm on a Molecule represented as a graph
Field Summary |
Fields inherited from class gov.nasa.javaGenes.core.Run |
checkpointTimer, checkpointTimesFile, foundPerfection, generation, generationTimer, parameters, population, reporter |
Fields inherited from class gov.nasa.javaGenes.core.AbstractCheckpointable |
checkpointer |
Constructor Summary | |
RunMolecule()
|
Method Summary | |
protected void |
startSpecialized(java.lang.String[] arguments)
create MoleculeParameters and MoleculePopulation objects |
Methods inherited from class gov.nasa.javaGenes.core.Run |
afterCheckpoint, afterNextGeneration, atEnd, beforeCheckpoint, beforeNextGeneration, checkpoint, getParameters, report, restart, run, shouldStop, start |
Methods inherited from class gov.nasa.javaGenes.core.AbstractCheckpointable |
setCheckpointer, stateSave |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RunMolecule()
Method Detail |
protected void startSpecialized(java.lang.String[] arguments)
startSpecialized
in class Run
arguments
- should usually have a filename of a .mol file. This is the molecular target.
It can be empty, but then a small default molecule will be the target.
|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |