argmin

compas_fab.utilities.argmin(numbers)[source]

Returns the index of the minimum value in numbers.

The function is similar to NumPy’s argmin function.

Note

For a large list of numbers reconsider using NumPy’s argmin function, since this function might take too long.