freneticlib.stopcriteria.abstract
Module Contents
Classes
Helper class that provides a standard way to create an ABC using |
- class freneticlib.stopcriteria.abstract.StopCriterion[source]
Bases:
abc.ABCHelper class that provides a standard way to create an ABC using inheritance.
- abstract property is_random_phase: bool
Returns
Truewhen random generation should be performed.- Returns:
If the random phase is still ongoing.
- Return type:
(bool)
- abstract property is_over: bool
Returns
Truewhen the search is over.- Return
(bool): If the search is over.