| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Nlopt.NLP
Documentation
Arguments
| :: (VG.Vector v Double, MonadIO m) | |
| => NloptAlgorithm | |
| -> (NLOpt -> IO t) | set additional options |
| -> NLPT m (v Double, Double, NloptResult) | x,objective,exitCode |
ipopt-hs-0.5.1.0: haskell binding to ipopt and nlopt including automatic differentiation
| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Nlopt.NLP
Arguments
| :: (VG.Vector v Double, MonadIO m) | |
| => NloptAlgorithm | |
| -> (NLOpt -> IO t) | set additional options |
| -> NLPT m (v Double, Double, NloptResult) | x,objective,exitCode |