cbx.utils.termination.max_it_term# class cbx.utils.termination.max_it_term(max_it=1000)[source]# Bases: object Checks if the current value of dyn.it is greater than or equal to the value of dyn.max_it. Returns: True if dyn.it is greater than or equal to dyn.max_it, False otherwise. Return type: bool __call__(dyn)[source]# Call self as a function.