English

SEvoBench : A C++ Framework For Evolutionary Single-Objective Optimization Benchmarking

Neural and Evolutionary Computing 2025-05-26 v1 Artificial Intelligence Mathematical Software Optimization and Control

Abstract

We present SEvoBench, a modern C++ framework for evolutionary computation (EC), specifically designed to systematically benchmark evolutionary single-objective optimization algorithms. The framework features modular implementations of Particle Swarm Optimization (PSO) and Differential Evolution (DE) algorithms, organized around three core components: (1) algorithm construction with reusable modules, (2) efficient benchmark problem suites, and (3) parallel experimental analysis. Experimental evaluations demonstrate the framework's superior performance in benchmark testing and algorithm comparison. Case studies further validate its capabilities in algorithm hybridization and parameter analysis. Compared to existing frameworks, SEvoBench demonstrates three key advantages: (i) highly efficient and reusable modular implementations of PSO and DE algorithms, (ii) accelerated benchmarking through parallel execution, and (iii) enhanced computational efficiency via SIMD (Single Instruction Multiple Data) vectorization for large-scale problems.

Keywords

Cite

@article{arxiv.2505.17430,
  title  = {SEvoBench : A C++ Framework For Evolutionary Single-Objective Optimization Benchmarking},
  author = {Yongkang Yang and Jian Zhao and Tengfei Yang},
  journal= {arXiv preprint arXiv:2505.17430},
  year   = {2025}
}

Comments

9 pages, 9 figures

R2 v1 2026-07-01T02:33:03.417Z