msu-coinlab / pymop

Single- as well as Multi-Objective Optimization Test Problems: ZDT, DTLZ, CDTLZ, CTP, BNH, OSY, ...
https://www.egr.msu.edu/coinlab/blankjul/pymop/
Apache License 2.0
79 stars 13 forks source link

DTLZ7 #6

Open dongzhiming opened 5 years ago

dongzhiming commented 5 years ago

Hi, DTLZ7 does not implement the '_calc_pareto_front' method.

blankjul commented 5 years ago

yes so far I added only for the problems with a linear or spherical pareto front. I will have a look if I do have the mathematical expression for the front somewhere... If you are planning to implement it by yourself, feel free to send it to me via email or directly create a pull request.

Julian