Improve the optimisation documentation
Bug #1063168 reported by
Patrick Farrell
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dolfin-adjoint |
Fix Committed
|
Medium
|
Simon Funke |
Bug Description
Two improvements:
a) The names of the algorithms should use the real scipy names. I read about scipy.slsqp, and wanted to look up the documentation for it (since I need it for the keywords), but it took me a few minutes to realise it's actually scipy.optimize.
b) You should explain how to add callbacks in the optimisation documentation. The word "callback" doesn't appear on http://
To post a comment you must log in.
Both of these are now implemented.
Callbacks are available if the user has scipy >= 0.11