Skip to content

Commit

Permalink
Update de.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Evolutionary-Intelligence committed Aug 22, 2024
1 parent 86e0a49 commit 7172017
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pypop7/optimizers/de/de.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ class DE(Optimizer):
The popular and powerful `SciPy <https://www.nature.com/articles/s41592-019-0686-2>`_ 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]
<https://psycnet.apa.org/record/2024-83890-001>`_, `[LaBerge et al., 2024, Nature Photonics]
<https://www.nature.com/articles/s41566-024-01475-2>`_, `[Higgins et al., 2023, Science]
<https://www.science.org/doi/10.1126/science.add5190>`_, `[Shinn et al., 2023, Nature Neuroscience]
<https://www.nature.com/articles/s41593-023-01299-3>`_, `[Barbosa et al., 2021, PAAP]
Expand Down

0 comments on commit 7172017

Please sign in to comment.