|
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.Parameters
gov.nasa.javaGenes.graph.GraphParameters
Parameters and setup for genetic graph runs.
GraphIndividual
,
GraphPopulation
,
GraphReporter
,
Serialized FormField Summary | |
IntegerInterval |
cyclesInterval
an interval to choose a random number of Graph cycles from. |
GraphLayout |
layout
|
boolean |
layoutGraph2d
|
VertexAndEdgeProvider |
provider
will provide random vertices and edges for random GraphPopulation construction. |
IntegerInterval |
verticesInterval
an interval to choose a random number of Graph vertices from. |
Constructor Summary | |
GraphParameters()
|
Methods inherited from class gov.nasa.javaGenes.core.Parameters |
makeFiles, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public IntegerInterval verticesInterval
GraphPopulation
public IntegerInterval cyclesInterval
GraphPopulation
public VertexAndEdgeProvider provider
GraphPopulation
public boolean layoutGraph2d
public GraphLayout layout
Constructor Detail |
public GraphParameters()
|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |