geneticengine.evaluation.exceptions =================================== .. py:module:: geneticengine.evaluation.exceptions Exceptions ---------- .. autoapisummary:: geneticengine.evaluation.exceptions.IndividualFoundException Module Contents --------------- .. py:exception:: IndividualFoundException(individual) Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. Initialize self. See help(type(self)) for accurate signature. .. py:attribute:: individual