diff --git a/pypop7/optimizers/de/de.py b/pypop7/optimizers/de/de.py index 690fe40b4..dc10d9370 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 `[Higgins et al., 2023, Science] + For some interesting applications of `DE`, please refer to `[LaBerge et al., 2024, Nature Photonics] + `_, `[Higgins et al., 2023, Science] `_, `[Shinn et al., 2023, Nature Neuroscience] `_, `[Barbosa et al., 2021, PAAP] `_, `[Lawson et al., 2020, AJ]