Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibab/haskell-optimize
Algorithms for unconstrained optimization in Haskell
https://github.com/ibab/haskell-optimize
Last synced: about 1 month ago
JSON representation
Algorithms for unconstrained optimization in Haskell
- Host: GitHub
- URL: https://github.com/ibab/haskell-optimize
- Owner: ibab
- License: bsd-3-clause
- Created: 2013-10-14T16:44:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-14T16:45:13.000Z (about 11 years ago)
- Last Synced: 2023-03-23T02:05:41.068Z (almost 2 years ago)
- Language: Haskell
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# optimize
This package aims to provide a complete set of algorithms
for minimizing and maximizing functions without constraints.Derivatives are calculated using the 'ad' library.