Finds multiple minima of a given 1D function in a given interval.
Determines multiple minima of a given function in a given interval based on derivatives of the function.
Determines multiple minima of a given function in a given interval using the golden section search method.