monotonic_minmax

negmas.helpers.monotonic_minmax(input: HasMinMax, f: Callable[[Any], float]) tuple[float, float][source]

Finds the limits of a function f for the input assuming that it is monotonic and input has min_value and max_value members