Skip to content

FADO version 1.2.0

Compare
Choose a tag to compare
@pcarruscag pcarruscag released this 22 May 14:31
· 35 commits to master since this release

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.