Function to set, or reset an existing minimizer.
Function to use the function f with an intial guess for the location of the minimum at location initial_x. In addition an initial step direction and magnitude needs to be provided via vector step_size. If the interval given does not contain a minimum, then the function returns an error. |
1.7.2