Skip to content

Commit

Permalink
Move 'Improve benchmark system for optimize' to the detailed roadmap.
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Jul 30, 2019
1 parent 4687df7 commit 5f6c313
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
6 changes: 6 additions & 0 deletions doc/source/roadmap-detailed.rst
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,12 @@ things that are needed:
(e.g. with summary plots).
- deprecate the ``fmin_*`` functions in the documentation, ``minimize`` is
preferred.
- ``scipy.optimize`` has an extensive set of benchmarks for accuracy and speed of
the global optimizers. That has allowed adding new optimizers (``shgo`` and
``dual_annealing``) with significantly better performance than the existing
ones. The ``optimize`` benchmark system itself is slow and hard to use
however; we need to make it faster and make it easier to compare performance of
optimizers via plotting performance profiles.


signal
Expand Down
11 changes: 0 additions & 11 deletions doc/source/roadmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,6 @@ looks like the best way forward long-term. Until Flang support materializes,
we need to streamline and better document the MSVC + gfortran build.


Improve benchmark system for ``optimize``
-----------------------------------------

``scipy.optimize`` has an extensive set of benchmarks for accuracy and speed of
the global optimizers. That has allowed adding new optimizers (``shgo`` and
``dual_annealing``) with significantly better performance than the existing
ones. The ``optimize`` benchmark system itself is slow and hard to use
however; we need to make it faster and make it easier to compare performance of
optimizers via plotting performance profiles.


Statistics enhancements
-----------------------

Expand Down

0 comments on commit 5f6c313

Please sign in to comment.