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

Support new natural inspired algorithm - Moth-Flame Optimization Algorithm (MFO) #19

Open
adajani opened this issue Apr 13, 2020 · 1 comment

Comments

@adajani
Copy link
Contributor

adajani commented Apr 13, 2020

Title:
Support new natural inspired algorithm - Moth-Flame Optimization Algorithm (MFO)

Objective:
To Support MFO algorithm in jMetalCPP Core.

Motivation:
Moth-Flame Optimization (MFO) is a novel nature-inspired optimization paradigm. The main inspiration of this optimizer is the navigation method of moths in nature called transverse orientation. Moths fly in night by maintaining a fixed angle with respect to the moon, a very effective mechanism for travelling in a straight line for long distances.

Source:
https://www.sciencedirect.com/science/article/abs/pii/S0950705115002580

@adajani
Copy link
Contributor Author

adajani commented May 4, 2020

The implementation is done. A pull request is ready to merge:
54e0049

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