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

Safe HaskellNone

Nlopt.NLP

Documentation

solveNloptSource

Arguments

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

set additional options

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