Class TerminationException

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

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

    • TerminationException

      public TerminationException()