Class StopException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opt4j.core.optimizer.StopException
All Implemented Interfaces:
Serializable

public class StopException extends Exception
The StopException is thrown if the optimization is stopped. Note that this exception is not thrown manually, instead the Control.doStop() method ensures that a StopException is thrown at the next checkpoint (holds only for Control.checkpointStop()).
See Also:
  • Constructor Details

    • StopException

      public StopException()