|
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.weightNetwork.UpdateAndPropagatable
gov.nasa.javaGenes.weightNetwork.WeightList
gov.nasa.javaGenes.weightNetwork.RouletteWheel
Field Summary |
Fields inherited from class gov.nasa.javaGenes.weightNetwork.WeightList |
currentWeights, initialWeights, weightSum |
Fields inherited from class gov.nasa.javaGenes.weightNetwork.UpdateAndPropagatable |
needToUpdateAndPropagate |
Constructor Summary | |
RouletteWheel()
|
Method Summary | |
Weight |
spinWheel()
|
protected Weight |
spinWheel(float random)
|
Methods inherited from class gov.nasa.javaGenes.weightNetwork.WeightList |
add, currentlyContains, currentSize, everContains, getCurrentWeightSumFromCalculation, getFirst, getInitialSize, getMaxCurrentWeight, getMinCurrentWeight, getWeight, getWeightSum, initializeWeightSum, isCurrentlyEmpty, more, reinitialize, removeFromWeightList, setFirst, weightChanged |
Methods inherited from class gov.nasa.javaGenes.weightNetwork.UpdateAndPropagatable |
mustToUpdateAndPropagate, startUpdateAndPropagate, updateAndPropagate, updateAndPropagateDone |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RouletteWheel()
Method Detail |
public Weight spinWheel()
protected Weight spinWheel(float random)
|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |