mlpack / ensmallen

A header-only C++ library for numerical optimization --
http://ensmallen.org
Other
740 stars 119 forks source link

Adding the MAF Benchmark problems #402

Closed IWNMWE closed 2 weeks ago

IWNMWE commented 2 months ago

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

zoq commented 2 months ago

Let me know if this is ready for review.

IWNMWE commented 1 month ago

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).

zoq commented 3 weeks ago

@mlpack-jenkins test this please

zoq commented 3 weeks ago

If this comes back green, this should be ready to go.

zoq commented 2 weeks ago

Thanks for the contribution.