Project-Platypus / Platypus

A Free and Open Source Python Library for Multiobjective Optimization
GNU General Public License v3.0
563 stars 153 forks source link

Fixed ZDT6 Evaluation Function #147

Closed nskostas closed 4 years ago

nskostas commented 4 years ago

Fixed ZDT6 evaluation function as per this definition on this document https://sop.tik.ee.ethz.ch/download/supplementary/testproblems/zdt6/index.php.

You can check the implementation on other frameworks as well, for instance: https://deap.readthedocs.io/en/master/api/benchmarks.html#deap.benchmarks.zdt6 https://github.com/jMetal/jMetalPy/blob/master/jmetal/problem/multiobjective/zdt.py