JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.hillClimbing
Class RestartAfterNChildrenWithoutAcceptance

java.lang.Object
  extended bygov.nasa.javaGenes.hillClimbing.RestartPolicy
      extended bygov.nasa.javaGenes.hillClimbing.RestartEveryNChildren
          extended bygov.nasa.javaGenes.hillClimbing.RestartAfterNChildrenWithoutAcceptance
All Implemented Interfaces:
java.io.Serializable

public class RestartAfterNChildrenWithoutAcceptance
extends RestartEveryNChildren

See Also:
Serialized Form

Field Summary
 
Fields inherited from class gov.nasa.javaGenes.hillClimbing.RestartEveryNChildren
count, limit
 
Constructor Summary
RestartAfterNChildrenWithoutAcceptance(int numberOfConsecutiveChildrenWithoutAcceptanceBetweenRestarts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestartAfterNChildrenWithoutAcceptance

public RestartAfterNChildrenWithoutAcceptance(int numberOfConsecutiveChildrenWithoutAcceptanceBetweenRestarts)

JavaGenes, NASA Ames. Written largely by Al Globus