paper-with-me

Papers

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

2025-05-23 · Yongkang Yang, Jian Zhao, Tengfei Yang

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.

📄 PDF Abstract BibTeX arXiv:2505.17430

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingComputational Efficiency

Similar Papers 제목 키워드 기반

ETO Meets Scheduling: Learning Key Knowledge from Single-Objective Problems to Multi-Objective Problem

2022-06-26 · Wendi Xu, Xianpeng Wang

Evolutionary transfer optimization(ETO) serves as "a new frontier in evolutionary computation research", which will avoid zero reuse of experience and knowledge from solved problems in traditional evolutionary computatio…

Scheduling

Evolutionary Biparty Multiobjective UAV Path Planning: Problems and Empirical Comparisons

2026-03-23 · Kesheng Chen, Wenjian Luo, Xin Lin, Zhen Song 외 arxiv

Unmanned aerial vehicles (UAVs) have been widely used in urban missions, and proper planning of UAV paths can improve mission efficiency while reducing the risk of potential third-party impact. Existing work has consider…

Towards KAB2S: Learning Key Knowledge from Single-Objective Problems to Multi-Objective Problem

2022-06-26 · Xu Wendi, Wang Xianpeng, Guo Qingxin, Song Xiangman 외

As "a new frontier in evolutionary computation research", evolutionary transfer optimization(ETO) will overcome the traditional paradigm of zero reuse of related experience and knowledge from solved past problems in rese…

Multiobjective OptimizationScheduling

Towards Self-adaptive Mutation in Evolutionary Multi-Objective Algorithms

2023-03-08 · Furong Ye, Frank Neumann, Jacob de Nobel, Aneta Neumann 외

Parameter control has succeeded in accelerating the convergence process of evolutionary algorithms. While empirical and theoretical studies have shed light on the behavior of algorithms for single-objective optimization,…

BenchmarkingEvolutionary Algorithms

R2 Indicator and Deep Reinforcement Learning Enhanced Adaptive Multi-Objective Evolutionary Algorithm

2024-04-11 · Farajollah Tahernezhad-Javazm, Debbie Rankin, Naomi Du Bois, Alice E. Smith 외

Choosing an appropriate optimization algorithm is essential to achieving success in optimization challenges. Here we present a new evolutionary algorithm structure that utilizes a reinforcement learning-based agent aimed…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning