check_break_conditions

modcma.asktellcmaes.check_break_conditions(f: Callable) → Callable

Decorator function, checks for break conditions for the ~AskTellCMAES.

Raises a StopIteration if break_conditions are met for ~AskTellCMAES.

Parameters

f (callable) – A method on ~AskTellCMAES

Raises

StopIteration – When any(~AskTellCMAES.break_conditions) == True