Some utility functions for working on optimization algorithms
This pacage contains some functions for testing optiization algorithms not implemented within the Matlab optimiastion toolbox.
- brentLineSearch - Brent algorithm for line search
- goldenLineSearch - Minimum of a function using golden section search
- fMinBracket - Routine for initially bracketing the minimum of a function
- lineSearchND - Multidimensional line search
- directionSetMinimizer - One-line description here, please.
- rosenbrock - Rosenbrock function ("banana-like") of two variables
- himmelblau - Test function of two variables with 4 local minima