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

Lemurs Optimizer: A New Metaheuristic Algorithm for Global Optimization #155

Open
ammarabbasi opened this issue Mar 23, 2023 · 0 comments
Open

Comments

@ammarabbasi
Copy link

The Lemur Optimizer (LO) is a novel nature-inspired algorithm we propose in this paper. This algorithm’s primary inspirations are based on two pillars of lemur behavior: leap up and dance hub. These two principles are mathematically modeled in the optimization context to handle local search, exploitation, and exploration search concepts. The LO is first benchmarked on twenty-three standard optimization functions. Additionally, the LO is used to solve three real-world problems to evaluate its performance and effectiveness. In this direction, LO is compared to six well-known algorithms: Salp Swarm Algorithm (SSA), Artificial Bee Colony (ABC), Sine Cosine Algorithm (SCA), Bat Algorithm (BA), Flower Pollination Algorithm (FPA), and JAYA algorithm. The findings show that the proposed algorithm outperforms these algorithms in fourteen standard optimization functions and proves the LO’s robust performance in managing its exploration and exploitation capabilities, which significantly leads LO towards the global optimum. The real-world experimental findings demonstrate how LO may tackle such challenges competitively.

https://www.mdpi.com/2076-3417/12/19/10057?trk=public_post_main-feed-card_feed-article-content

Abasi, A. K., Makhadmeh, S. N., Al-Betar, M. A., Alomari, O. A., Awadallah, M. A., Alyasseri, Z. A. A., ... & Hadjouni, M. (2022). Lemurs Optimizer: A New Metaheuristic Algorithm for Global Optimization. Applied Sciences, 12(19), 10057.

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

1 participant