[−][src]Crate nlopt
nlopt
This is a wrapper for nlopt, a C library of useful optimization
algorithms For details of the various algorithms,
consult the nlopt docs
Structs
| Nlopt | This is the central |
Enums
| Algorithm | |
| FailState | |
| SuccessState | |
| Target | Target object function state |
Traits
| MObjFn | A trait representing a multi-objective function. |
| ObjFn | A trait representing an objective function. |
Functions
| approximate_gradient | Helper function to calculate gradient of function numerically. Can be useful when a gradient must be provided to the optimization algorithm and a closed-form derivative cannot be obtained |
Type Definitions
| OptResult |