ipopt-hs-0.5.1.0: haskell binding to ipopt and nlopt including automatic differentiation

Safe HaskellNone
LanguageHaskell2010

Nlopt.NLP

Documentation

solveNlopt Source

Arguments

:: (VG.Vector v Double, MonadIO m) 
=> NloptAlgorithm 
-> (NLOpt -> IO t)

set additional options

-> NLPT m (v Double, Double, NloptResult)
x,objective,exitCode