monotonic_minmax

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

Return type:

tuple[float, float]