metaheuristic_designer.stopping_condition#
Module for algorithm stopping conditions and progress metric evaluation.
Functions
|
This function parses an expression of the form "neval or cpu_time" into a tree structure so that it can be further processed. |
|
This function receives as an input an expression for the stopping condition and the truth variable of the possible stopping conditions and returns wether to stop or not. |
|
This function receives as an input an expression for the stopping condition and the truth variable of the possible stopping conditions and returns wether to stop or not. |
Classes
|
Encapsulate the logic that decides when an optimization run should end. |