Tag: Optimization
-
Given two initial points, this algorithm finds another point such that a bracketing triple is formed.
-
Calculates the minimum of a one-dimensional real function using Brent's method.
-
Calculates the minimum of a one-dimensional real function using the golden section search method.
-
Calculates the minimum of a multidimensional real function using the steepest descent method.
-
Calculates the minimum of a real function with several variables using the simplex method of Nelder and Mead.