Skip to content

Commit

Permalink
Update docs/sphinx/source/benchmarks.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Evolutionary-Intelligence committed Aug 17, 2024
1 parent 1430b7b commit b1fbde3
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion docs/sphinx/source/benchmarks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,37 @@ Here we introduce **base** forms of some common benchmarking functions, as prese

.. autofunction:: pypop7.benchmarks.base_functions.step

.. image:: images/step.png
:width: 321px
:align: center

.. image:: images/surface_step.png
:width: 321px
:align: center

.. autofunction:: pypop7.benchmarks.base_functions.schwefel222

.. image:: images/schwefel222.png
:width: 321px
:align: center

.. image:: images/surface_schwefel222.png
:width: 321px
:align: center

.. autofunction:: pypop7.benchmarks.base_functions.rosenbrock

* Jastrebski, G.A. and Arnold, D.V., 2006, July. Improving evolution strategies through active covariance matrix adaptation. In IEEE International Conference on Evolutionary Computation (pp. 2814-2821). IEEE.
.. image:: images/rosenbrock.png
:width: 321px
:align: center

.. image:: images/surface_rosenbrock.png
:width: 321px
:align: center

* Jastrebski, G.A. and Arnold, D.V., 2006, July.
Improving evolution strategies through active covariance matrix adaptation.
In IEEE International Conference on Evolutionary Computation (pp. 2814-2821). IEEE.

.. autofunction:: pypop7.benchmarks.base_functions.schwefel12

Expand Down

0 comments on commit b1fbde3

Please sign in to comment.