Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.