Package dev.nm.misc.algorithm.stopcondition
-
Interface Summary Interface Description StopCondition Defines when an algorithm stops (the iterations). -
Class Summary Class Description AfterIterations Stops after a given number of iterations.AfterNoImprovement AndStopConditions Combines an arbitrary number of stop conditions, terminating when all conditions are met.AtThreshold Stops when the value reaches a given value with a given precision.OrStopConditions Combines an arbitrary number of stop conditions, terminating when the first condition is met.