monotonic_multi_minmax

negmas.helpers.monotonic_multi_minmax(input, f)[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

Return type:

tuple[float, float]