Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dandelion Optimizer: A nature-inspired metaheuristic algorithm for engineering applications #158

Open
dpcuervo opened this issue Apr 11, 2023 · 2 comments

Comments

@dpcuervo
Copy link

https://doi.org/10.1016/j.engappai.2022.105075

This paper proposes a novel swarm intelligence bioinspired optimization algorithm, called the Dandelion Optimizer (DO), for solving continuous optimization problems. DO simulates the process of dandelion seed long-distance flight relying on wind, which is divided into three stages. In the rising stage, seeds raise in a spiral manner due to the eddies from above or drift locally in communities according to different weather conditions. In the descending stage, flying seeds steadily descend by constantly adjusting their direction in global space. In the landing stage, seeds land in randomly selected positions so that they grow. The moving trajectory of a seed in the descending stage and landing stage are described by Brownian motion and a Levy random walk.

@mlhs66
Copy link

mlhs66 commented May 31, 2023

Hello, can you provide the source code of the dandelion algorithm?

@fcampelo
Copy link
Owner

fcampelo commented Jun 2, 2023

Hello, can you provide the source code of the dandelion algorithm?

No. The Bestiary is not a code base, and we do not endorse or recommend the use of any of the methods listed. In fact we find most if not all of them quite ridiculous and probably useless, but it's up to each one to make up their own minds about these things.

owein-thuillier added a commit to owein-thuillier/EC-Bestiary that referenced this issue Apr 17, 2024
…mpelo#162, Manta ray foraging optimization fcampelo#161, Jellyfish fcampelo#160, American zebra optimization fcampelo#159, Dandelion Optimizer: A nature-inspired metaheuristic algorithm for engineering applications fcampelo#158, FBI inspired meta-optimization fcampelo#157, Komodo Dragon Algorithm fcampelo#156, Lemurs Optimizer: A New Metaheuristic Algorithm for Global Optimization fcampelo#155, African vultures optimization fcampelo#154, Lion Swarm fcampelo#153, Developed (?) Wildebeest fcampelo#152, Nature Paper! (Human Reproduction Optimization) fcampelo#151, Genetic Folding algorithm fcampelo#150
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

No branches or pull requests

3 participants