diff --git a/docs/sphinx/source/benchmarks.rst b/docs/sphinx/source/benchmarks.rst index 9557d572d..1fb0fb33f 100644 --- a/docs/sphinx/source/benchmarks.rst +++ b/docs/sphinx/source/benchmarks.rst @@ -8,7 +8,7 @@ gradient-free optimization / derivative-free optimization / direct search / randomized optimization / `meta-heuristics `_ / `evolutionary algorithms `_ / -`swarm intelligence `_ community. +`swarm intelligence `_ 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 @@ -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. @@ -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__