From e12c9a997c97125b3240f4c2842d926343b9c6d5 Mon Sep 17 00:00:00 2001 From: Evolutionary-Intelligence <78018333+Evolutionary-Intelligence@users.noreply.github.com> Date: Thu, 4 Jul 2024 02:03:40 +0800 Subject: [PATCH] Update changing-log.rst --- docs/sphinx/source/changing-log.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/sphinx/source/changing-log.rst b/docs/sphinx/source/changing-log.rst index aefe981d3..e00c6162f 100644 --- a/docs/sphinx/source/changing-log.rst +++ b/docs/sphinx/source/changing-log.rst @@ -1,13 +1,20 @@ Changing Log ============ -Version: 0.0.81 +Version: 0.0.82 --------------- * Add a new optimizer class called Simultaneous Perturbation Stochastic Approximation (**SPSA**): * https://github.com/jgomezdans/spsa +Version: 0.0.81 +--------------- + +* Fix a bug of **line-search** for the optimizer class **POWELL**: + + * https://github.com/Evolutionary-Intelligence/pypop/pull/376 + Version: 0.0.80 ---------------