FADO version 1.2.0
Features
- Driver class (
ScipyDriver
) for easy interfacing with SciPy optimizers, especially SLSQP; - Python docstrings on all important classes and functions, plus an utility function (
printDocumentation
) to automatically display the documentation, e.g.>>> printDocumentation(ScipyDriver)
.
Bug fixes
- Simultaneous evaluation of gradients was not working for the
IpoptDriver
.