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 16, 2024
1 parent e606216 commit c3dd0ea
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/sphinx/source/benchmarks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gradient-free optimization / derivative-free optimization /
direct search / randomized optimization /
`meta-heuristics <http://www.scholarpedia.org/article/Metaheuristics>`_ /
`evolutionary algorithms <https://direct.mit.edu/evco>`_ /
`swarm intelligence <https://link.springer.com/journal/11721>`_ community.
`swarm intelligence <https://link.springer.com/journal/11721>`_ community.

.. Note :: In the coming days, we are planning to add some challenging BBO models from various
**real-world applications**. Since this is a *long-term* development project, welcome
Expand Down Expand Up @@ -73,6 +73,10 @@ Here we introduce **base** forms of some common benchmarking functions, as prese
:width: 321px
:align: center

.. image:: images/surface_discus.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.
Expand Down Expand Up @@ -423,12 +427,12 @@ Here we have provided two different benchmarking cases (**local vs global search
for large-scale black-box optimization (LBO):

.. autoclass:: pypop7.benchmarks.lbo.Experiment
:members:
:members:

.. automethod:: __init__

.. autoclass:: pypop7.benchmarks.lbo.Experiments
:members:
:members:

.. automethod:: __init__

Expand Down

0 comments on commit c3dd0ea

Please sign in to comment.