1.7. GA Helper functions¶
Table of Contents
Simple helper functions and classes.
1.7.1. General GA Error Class¶
- class natural_selection.genetic_algorithms.utils.GeneticAlgorithmError(message: str, exit: bool = False)¶
Encapsulating graceful exception handling during evolutionary runs.
- Parameters
message (str) – Message to print.
exit (bool) – Whether to hard exit the process or not (default = False).