https://github.com/mattools/optim-utils
Some utility functions for working on optimization algorithms
https://github.com/mattools/optim-utils
Last synced: 9 months ago
JSON representation
Some utility functions for working on optimization algorithms
- Host: GitHub
- URL: https://github.com/mattools/optim-utils
- Owner: mattools
- Created: 2019-08-13T18:02:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T18:08:35.000Z (over 6 years ago)
- Last Synced: 2025-06-21T16:48:24.160Z (11 months ago)
- Language: MATLAB
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# optim-utils
Some utility functions for working on optimization algorithms
This pacage contains some functions for testing optiization algorithms not implemented within
the Matlab optimiastion toolbox.
One-dimensional minimisation
---
* **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
Multidimensional minimisation
---
* **lineSearchND** - Multidimensional line search
* **directionSetMinimizer** - One-line description here, please.
Example test functions
---
* **rosenbrock** - Rosenbrock function ("banana-like") of two variables
* **himmelblau** - Test function of two variables with 4 local minima