Class Hierarchy
- java.lang.Object
- dev.nm.misc.algorithm.stopcondition.AfterIterations (implements dev.nm.misc.algorithm.stopcondition.StopCondition)
- dev.nm.misc.algorithm.stopcondition.AfterNoImprovement (implements dev.nm.misc.algorithm.stopcondition.StopCondition)
- dev.nm.misc.algorithm.stopcondition.AndStopConditions (implements dev.nm.misc.algorithm.stopcondition.StopCondition)
- dev.nm.misc.algorithm.stopcondition.AtThreshold (implements dev.nm.misc.algorithm.stopcondition.StopCondition)
- dev.nm.misc.algorithm.stopcondition.OrStopConditions (implements dev.nm.misc.algorithm.stopcondition.StopCondition)
Interface Hierarchy
- dev.nm.misc.algorithm.stopcondition.StopCondition