-
Notifications
You must be signed in to change notification settings - Fork 119
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
Adding the MAF Benchmark problems #402
Conversation
Let me know if this is ready for review. |
*/ | ||
|
||
#ifndef ENSMALLEN_PROBLEMS_MAF_THREE_FUNCTION_HPP | ||
#define ENSMALLEN_PROBLEMS_MAF_THREE_FUNCTION_HPP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the same as in maf4_function.hpp
, so this file won't ever actually be read. Maybe can we make sure before we merge this PR that these functions are used in some test somewhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure will post some results this weekend with MOEAD and AGEMOEA The consistent ones can be turned into tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
As mentioned before I have added the stable tests only for moea/d due to high time taken by other algorithms (due to non dominated sorting and scoring). |
@mlpack-jenkins test this please |
If this comes back green, this should be ready to go. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Second approval provided automatically after 24 hours. 👍
Thanks for the contribution. |
Added the MAF 1-7 according to the following research paper : https://www.researchgate.net/publication/315446832_A_benchmark_test_suite_for_evolutionary_many-objective_optimization