Skip to main content

Module stopchecker

Module stopchecker 

Source

Structs§

CompositeAll
Stop the algorithm if ALL stop checkers returns true
CompositeAny
Stop the algorithm if ANY of stop checker returns true
GoalNotChange
The algorithm will be stopped if the best goal function does not change.
MaxIterations
The algorithm will be stopped after specified iteration.
Threshold
Stop the algorithm if value of the goal function less of than threshold.

Traits§

StopChecker
The trait with break criterion optimization algorithm.