stop_criteria module¶
Termination criteria for pymoo algorithms.
- exception gemseo_pymoo.algos.stop_criteria.DesignSpaceExploredException[source]¶
Bases:
TerminationCriterion
Exception raised when the design space has been completely explored.
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- args¶
- exception gemseo_pymoo.algos.stop_criteria.HyperVolumeToleranceReached[source]¶
Bases:
TerminationCriterion
Exception raised when the hv_tol_rel or hv_tol_abs criteria is reached.
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- args¶
- exception gemseo_pymoo.algos.stop_criteria.MaxGenerationsReached[source]¶
Bases:
TerminationCriterion
Exception raised when the maximum number of generations is reached.
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- args¶