Skip to content

Add Dandelion Optimizer (OriginalDandelionO) implementation to swarm_…#255

Merged
thieu1995 merged 4 commits into
thieu1995:masterfrom
halilakbas11:master
Jul 12, 2026
Merged

Add Dandelion Optimizer (OriginalDandelionO) implementation to swarm_…#255
thieu1995 merged 4 commits into
thieu1995:masterfrom
halilakbas11:master

Conversation

@halilakbas11

@halilakbas11 halilakbas11 commented Jan 3, 2026

Copy link
Copy Markdown
Contributor

Closes #233

📑 Description

I have implemented the Dandelion Optimizer (DandelionO) for the swarm_based module, following the methodology described in the original Dandelion Optimizer paper by Zhao et al. This implementation follows the original mathematical formulas, both from original MatLAB implementation code and the original Dandelion Optimizer paper. To ensure computational efficiency and integration with the mealpy standards, the algorithm is built using fully vectorized NumPy operations and inherits directly from the mealpy Optimizer class.

  • Implementation of the algorithm in Python/mealpy standards [x] Completed
  • Adding DandelionO to the .mealpy/init file [x] Completed
  • Modifying the GitHub login page interface [ ] Not Completed

✅ Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

ℹ Additional Information

Comparision of CEC-2017 tests between original paper results & python implementation results:
Configuration: Dim = 50, Pop = 60, Epoch = 1000, Runs = 10 & unknown

Function Type Python ver. result (Mean) Article result (Mean)*
F1 Unimodal 6.76E+07 1.29E+06
F5 Simple Multimodal 5.00E+02 8.29E+02
F9 Simple Multimodal 8.86E+03 1.46E+04
F15 Hybrid 4.29E+04 5.12E+04
F19 Hybrid 4.14E+03 1.59E+05

* Article results extracted from Table 3 of Zhao et al. (2022).

@halilakbas11 halilakbas11 left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forgot to change author comment lines. So I changed them.

@thieu1995 thieu1995 merged commit 737f71e into thieu1995:master Jul 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT]: Proposal for Dandelion Optimizer (DO)

2 participants