Skip to main content

Module termination

Module termination 

Source
Expand description

Stopping criteria shared by every optimizer.

All forge algorithms count objective evaluations as their budget unit (not iterations or generations), so runs are comparable across algorithms with very different inner loops. An optional target value enables early exit once a good-enough solution is reached.

Structsยง

Termination
When an optimizer should stop.