choco.kernel.solver.search.restart
Class GeometricalRestartStrategy

java.lang.Object
  extended by choco.kernel.solver.search.restart.AbstractRestartStrategy
      extended by choco.kernel.solver.search.restart.GeometricalRestartStrategy
All Implemented Interfaces:
IPretty, UniversalRestartStrategy

public final class GeometricalRestartStrategy
extends AbstractRestartStrategy


Field Summary
 
Fields inherited from class choco.kernel.solver.search.restart.AbstractRestartStrategy
geometricalFactor, scaleFactor
 
Constructor Summary
GeometricalRestartStrategy(int scaleFactor, double geometricalFactor)
           
 
Method Summary
 int getNextCutoff(int nbRestarts)
           
 
Methods inherited from class choco.kernel.solver.search.restart.AbstractRestartStrategy
checkPositiveValue, getGeometricalFactor, getName, getScaleFactor, getSequenceExample, pretty, setGeometricalFactor, setScaleFactor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeometricalRestartStrategy

public GeometricalRestartStrategy(int scaleFactor,
                                  double geometricalFactor)
Method Detail

getNextCutoff

public int getNextCutoff(int nbRestarts)


Copyright © 2012. All Rights Reserved.