Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Libraries for sequential non-linear optimization in haskel?

Are there any libraries for sequential non-linear optimization with upper and lower bounds, as well as inequality constraints, that are written in or easily callable from Haskell?

like image 285
pyCthon Avatar asked Jul 12 '12 18:07

pyCthon


1 Answers

The bindings-levmar package provides bindings to a C Levenberg-Marquardt optimizer.

like image 134
Anthony Avatar answered Sep 27 '22 20:09

Anthony