zdt2
ZDT2 is a bi-objective benchmark problem used in multi-objective optimization to evaluate the performance of evolutionary algorithms. It is part of the ZDT suite introduced by Zitzler, Deb, and Thiele to provide a simple yet informative set of test problems with known Pareto-optimal fronts.
The decision vector x = (x1, x2, ..., xn) consists of n decision variables with each xi in
g(x) = 1 + 9 * (sum_{i=2}^n xi) / (n - 1)
f2(x) = g(x) * (1 - (f1(x) / g(x))^2)
The Pareto-optimal front of ZDT2 is obtained when g(x) = 1, which occurs when all xi for i
Characteristics and purpose: ZDT2 is designed to test an algorithm’s ability to handle non-linear, non-convex front
Usage: ZDT2 is widely used in benchmarking MOEAs (multi-objective evolutionary algorithms) such as NSGA-II, SPEA2, and