JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.hillClimbing
Class RestartEveryNChildren

java.lang.Object
  extended bygov.nasa.javaGenes.hillClimbing.RestartPolicy
      extended bygov.nasa.javaGenes.hillClimbing.RestartEveryNChildren
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RestartAfterNChildrenWithoutAcceptance, RestartAfterNChildrenWithoutImprovement

public class RestartEveryNChildren
extends RestartPolicy

See Also:
Serialized Form

Field Summary
protected  int count
           
protected  int limit
           
 
Constructor Summary
RestartEveryNChildren(int numberOfChildrenBetweenRestarts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

limit

protected int limit

count

protected int count
Constructor Detail

RestartEveryNChildren

public RestartEveryNChildren(int numberOfChildrenBetweenRestarts)

JavaGenes, NASA Ames. Written largely by Al Globus