2.2. Helper functions

Simple helper functions and classes, amongst which cloning operations.

2.2.1. General GP Error Class

class natural_selection.genetic_programs.utils.GeneticProgramError(message: str, exit: bool = False)

Encapsulating graceful exception handling during evolutionary runs. :param message: Message to print. :type message: str :param exit: Whether to hard exit the process or not (default = False). :type exit: bool