LICENSE
README.md
pyproject.toml
src/paretobench/__init__.py
src/paretobench/analyze_metrics.py
src/paretobench/cf.py
src/paretobench/containers.py
src/paretobench/ctp.py
src/paretobench/dtlz.py
src/paretobench/dtlz_utils.py
src/paretobench/exceptions.py
src/paretobench/factory.py
src/paretobench/metrics.py
src/paretobench/misc.py
src/paretobench/problem.py
src/paretobench/simple_serialize.py
src/paretobench/utils.py
src/paretobench/wfg.py
src/paretobench/wfg_utils.py
src/paretobench/zdt.py
src/paretobench.egg-info/PKG-INFO
src/paretobench.egg-info/SOURCES.txt
src/paretobench.egg-info/dependency_links.txt
src/paretobench.egg-info/requires.txt
src/paretobench.egg-info/top_level.txt
src/paretobench/plotting/__init__.py
src/paretobench/plotting/attainment.py
src/paretobench/plotting/history.py
src/paretobench/plotting/population.py
src/paretobench/plotting/utils.py
tests/test_analyze_metrics.py
tests/test_containers.py
tests/test_metrics.py
tests/test_plotting.py
tests/test_problems.py
tests/test_serialization.py