IOH-Xplainer - code, experiments and results
收藏NIAID Data Ecosystem2026-05-02 收录
下载链接:
https://zenodo.org/record/13341950
下载链接
链接失效反馈官方服务:
资源简介:
README
Steps to reproduce the experiments / figures from the paper.
First we need to setup the environment. Unzip the file `iohxplainer.zip` in the root folder.
Now place the `pyproject.toml` file, `poetry.lock` file and the `README.md` file in the root directory.
Download the experiments and unpack them in the root directory.
Download the pkl files and place them in the experiments directory.
You should now have the following directory structure:
/iohxplainer/
/experiments/
/experiments/cma_final_processed_new.pkl
/experiments/de_final_processed_new.pkl
/pyproject.toml
/README.md
/poetry.lock
Make sure you have Poetry 1.7.1 (or higher) and Python 3.10 installed.
Run `poetry install` in the root directory.
The experiments use modcma and modde, install them with poetry add modde modcma.
(OPTIONAL!!!) Run all Modular DE or Modular CMA configurations using the (de|cma_es)_run-configurations.py file (in the experiments folder), this writes a pkl file as result. This step takes a month on a supercomputer with 120 cores. The processed results of this step are already available as the pkl files in this repository.
(OPTIONAL, ONLY RUN IF YOU RUN STEP 9) Pre-process the pickle files with poetry run python experiments/(de|cma_es)_process_pkl.py.
Analyse the performance data of all configurations using IOH-Xplainer poetry run python experiments/(de/cma_es)_analyze.py (Expected runtime=24 hours)
Compare the two frameworks using poetry run pythonexperiments/compare_de_cma.py. Writes the result as latex file (compare-new.tex). (Expected runtime=1 hour)
Perform automated algorithm configuration experiment using experiments/(de|cma_es)_AAC-notebook.ipynb files. (Expected runtime = 1 hour per file)
创建时间:
2024-11-26



