From 717201781e098120d6540bc55225cb3fc7fb7766 Mon Sep 17 00:00:00 2001 From: Evolutionary-Intelligence <78018333+Evolutionary-Intelligence@users.noreply.github.com> Date: Thu, 22 Aug 2024 16:01:14 +0800 Subject: [PATCH] Update de.py --- pypop7/optimizers/de/de.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pypop7/optimizers/de/de.py b/pypop7/optimizers/de/de.py index 5ca857f55..a069eaea7 100644 --- a/pypop7/optimizers/de/de.py +++ b/pypop7/optimizers/de/de.py @@ -19,7 +19,8 @@ class DE(Optimizer): The popular and powerful `SciPy `_ library has provided an open-source Python implementation for `DE` with wide applications. - For some interesting applications of `DE`, please refer to `[LaBerge et al., 2024, Nature Photonics] + For some interesting applications of `DE`, please refer to `[Weichart et al., 2024, Psychological Review] + `_, `[LaBerge et al., 2024, Nature Photonics] `_, `[Higgins et al., 2023, Science] `_, `[Shinn et al., 2023, Nature Neuroscience] `_, `[Barbosa et al., 2021, PAAP]