This repository provides the official implementation of the paper:
Dynamic Instance Sampling for Multi-Objective Automatic Algorithm Configuration
Swarm and Evolutionary Computation, Volume 97, August 2025, 102008
Yuchen Li, Handing Wang
https://doi.org/10.1016/j.swevo.2025.102008
# Clone the repository
git clone https://github.com/lehrmanncc/DIS-KTA2.git
# Navigate to the project directory
cd DIS-KTA2
# Install required dependencies
pip install -r requirements.txtIf you use this code in your research, please cite our paper:
@article{liDynamicInstanceSampling2025,
title = {Dynamic Instance Sampling for Multi-Objective Automatic Algorithm Configuration},
author = {Yuchen Li and Handing Wang},
journal = {Swarm and Evolutionary Computation},
volume = {97},
pages = {102008},
year = {2025},
month = aug,
issn = {22106502},
doi = {10.1016/j.swevo.2025.102008}
}