Abstract This package provides a wrapper of the optproblems library’s ZDT test suite, which consists of 6 kinds of benchmark problems. For the details of the benchmark problems, please take a look at the original paper (Zitzler et al., 2000) in the reference section.
APIs class Problem(function_id: int, **kwargs: Any) function_id: Function ID of the WFG problem in [1, 9]. kwargs: Arbitrary keyword arguments, please refer to the optproblems documentation for more details.