From b1fbde32bbb8cea86a6c5de1fa10c7abc7b11b7d Mon Sep 17 00:00:00 2001 From: Evolutionary-Intelligence Date: Sat, 17 Aug 2024 23:18:27 +0800 Subject: [PATCH] Update docs/sphinx/source/benchmarks.rst --- docs/sphinx/source/benchmarks.rst | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/docs/sphinx/source/benchmarks.rst b/docs/sphinx/source/benchmarks.rst index 42f7237fc..867e09f46 100644 --- a/docs/sphinx/source/benchmarks.rst +++ b/docs/sphinx/source/benchmarks.rst @@ -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