Skip to content

Commit

Permalink
Fixes Mountain Gazelle Optimizer fcampelo#164
Browse files Browse the repository at this point in the history
  • Loading branch information
owein-thuillier committed Apr 17, 2024
1 parent 5d32e08 commit 5b5b9ee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Cages/M.bib
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,19 @@ @inproceedings{Mountain.Climbers
booktitle = {2009 {IEEE} International Conference on Intelligent Computing and Intelligent Systems}
}

@article{Mountain.Gazelles,
title = {Mountain Gazelle Optimizer: A new Nature-inspired Metaheuristic Algorithm for Global Optimization Problems},
volume = {174},
ISSN = {0965-9978},
url = {http://dx.doi.org/10.1016/j.advengsoft.2022.103282},
DOI = {10.1016/j.advengsoft.2022.103282},
journal = {Advances in Engineering Software},
publisher = {Elsevier BV},
author = {Abdollahzadeh, Benyamin and Gharehchopogh, Farhad Soleimanian and Khodadadi, Nima and Mirjalili, Seyedali},
year = {2022},
month = dec,
pages = {103282}
}

@article{Moths,
doi = {10.1016/j.knosys.2015.07.006},
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ earlier mention of a listed method, please see the bottom of the page on how to
- **<u>Mosquitos: Flying Behavior</u>**: Alauddin M (2016). "Mosquito flying optimization (MFO)." In _2016 International Conference on Electrical, Electronics, and Optimization Techniques (ICEEOT)_. doi:10.1109/iceeot.2016.7754783 <https://doi.org/10.1109/iceeot.2016.7754783>, <https://doi.org/10.1109/iceeot.2016.7754783>.
- **<u>Moths</u>**: Mirjalili S (2015). "Moth-flame optimization algorithm: A novel nature-inspired heuristic paradigm." _Knowledge-Based Systems_, *89*, 228-249. doi:10.1016/j.knosys.2015.07.006 <https://doi.org/10.1016/j.knosys.2015.07.006>, <https://doi.org/10.1016/j.knosys.2015.07.006>.
- **<u>Mountain Climbers</u>**: Zhang LM, Dahlmann C, Zhang Y (2009). "Human-Inspired Algorithms for continuous function optimization." In _2009 IEEE International Conference on Intelligent Computing and Intelligent Systems_. doi:10.1109/icicisys.2009.5357838 <https://doi.org/10.1109/icicisys.2009.5357838>, <https://doi.org/10.1109/icicisys.2009.5357838>.
- **<u>Mountain Gazelles</u>**: Abdollahzadeh B, Gharehchopogh FS, Khodadadi N, Mirjalili S (2022). "Mountain Gazelle Optimizer: A new Nature-inspired Metaheuristic Algorithm for Global Optimization Problems." _Advances in Engineering Software_, *174*, 103282. ISSN 0965-9978, doi:10.1016/j.advengsoft.2022.103282 <https://doi.org/10.1016/j.advengsoft.2022.103282>, <http://dx.doi.org/10.1016/j.advengsoft.2022.103282>.
- **<u>Multiverse</u>**: Mirjalili S, Mirjalili SM, Hatamlou A (2015). "Multi-Verse Optimizer: a nature-inspired algorithm for global optimization." _Neural Computing and Applications_, *27*(2), 495-513. doi:10.1007/s00521-015-1870-7 <https://doi.org/10.1007/s00521-015-1870-7>, <https://doi.org/10.1007/s00521-015-1870-7>.
- **<u>Mushroom Reproduction</u>**: Bidar M, Kanan HR, Mouhoub M, Sadaoui S (2018). "Mushroom Reproduction Optimization (MRO): A Novel Nature-Inspired Evolutionary Algorithm." In _2018 IEEE Congress on Evolutionary Computation_.
- **<u>Musicians</u>**: Geem ZW, Kim JH, Loganathan G (2001). "A New Heuristic Optimization Algorithm: Harmony Search." _SIMULATION_, *76*(2), 60-68. doi:10.1177/003754970107600201 <https://doi.org/10.1177/003754970107600201>, <https://doi.org/10.1177/003754970107600201>.
Expand Down

0 comments on commit 5b5b9ee

Please sign in to comment.