monotonic_multi_minmax

negmas.helpers.monotonic_multi_minmax(input: Iterable[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 each input has min_value and max_value members