JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.hillClimbing
Class RestartAfterNChildrenWithoutImprovement

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

public class RestartAfterNChildrenWithoutImprovement
extends RestartEveryNChildren

See Also:
Serialized Form

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

Constructor Detail

RestartAfterNChildrenWithoutImprovement

public RestartAfterNChildrenWithoutImprovement(int numberOfConsecutiveChildrenWithoutImprovementBetweenRestarts)

JavaGenes, NASA Ames. Written largely by Al Globus