Skip to content

Commit

Permalink
MAINT Fix broken link in scipy.optimize._differentialevolution.py (sc…
Browse files Browse the repository at this point in the history
  • Loading branch information
ChVeen committed Jun 18, 2023
1 parent 72a93ed commit 7e6c2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy/optimize/_differentialevolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def differential_evolution(func, bounds, args=(), strategy='best1bin',
.. [2] Storn, R and Price, K, Differential Evolution - a Simple and
Efficient Heuristic for Global Optimization over Continuous Spaces,
Journal of Global Optimization, 1997, 11, 341 - 359.
.. [3] http://www1.icsi.berkeley.edu/~storn/code.html
.. [3] https://www.researchgate.net/publication/352226370_Original_DE-homepage_files_as_previously_hosted_by_ICSI
.. [4] Wormington, M., Panaccione, C., Matney, K. M., Bowen, D. K., -
Characterization of structures from X-ray scattering data using
genetic algorithms, Phil. Trans. R. Soc. Lond. A, 1999, 357,
Expand Down

0 comments on commit 7e6c2e0

Please sign in to comment.