paper-with-me

홈 › Papers

General-Purpose Co-Evolutionary Construction of Parallel Algorithm Portfolios for Multi-Objective Binary Optimization

2026-05-15 · Zhiyuan Wang, Shengcai Liu, Shaofeng Zhang, Ke Tang arxiv

Despite recent progress in constructing generalizable parallel algorithm portfolios (PAPs), no general-purpose approach is yet available for multi-objective binary optimization problems (MOBOPs). To fill this gap, this paper proposes domain-agnostic co-evolution of parameterized search for multi-objective binary optimization~(DACMO), which features two technical innovations. First, we propose a neural instance representation architecture that decouples domain-invariant and instance-specific features, enabling class-consistent instance generation across varying dimensions without problem-specific instance generators. Second, we introduce LLM-based automatic search operator generation into PAP construction, extending the search space from parameter tuning of predefined templates to operator-level algorithm design. We evaluate DACMO on four representative MOBOP classes to demonstrate its effectiveness as a general-purpose PAP construction method: the multi-objective match max problem~(MMMP), the multi-objective knapsack problem~(MKP), the multi-objective contamination control problem (MCCP), and the multi-objective complementary influence maximization problem~(MCIMP). Experimental results show that DACMO can be directly applied to all four problem classes without modification, outperforms PAPs built from classic MOEA templates, and achieves performance comparable to a privileged state-of-the-art baseline that relies on manually designed problem-specific instance generators, while outperforming it on two of the four evaluated problem classes.

📄 PDF Abstract BibTeX arXiv:2605.15729

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Evolving Generalizable Parallel Algorithm Portfolios via Domain-Agnostic Instance Generation

2025-01-06 · Zhiyuan Wang, Shengcai Liu, Peng Yang, Ke Tang

Generalization is the core objective when training optimizers from data. However, limited training instances often constrain the generalization capability of the trained optimizers. Co-evolutionary approaches address thi…

Accelerating Evolutionary Construction Tree Extraction via Graph Partitioning

2020-08-09 · Markus Friedrich, Sebastian Feld, Thomy Phan, Pierre-Alain Fayolle

Extracting a Construction Tree from potentially noisy point clouds is an important aspect of Reverse Engineering tasks in Computer Aided Design. Solutions based on algorithmic geometry impose constraints on usable model …

Combinatorial Optimizationgraph partitioning

A Survey on Distributed Evolutionary Computation

2023-04-12 · Wei-neng Chen, Feng-Feng Wei, Tian-Fang Zhao, Kay Chen Tan 외

The rapid development of parallel and distributed computing paradigms has brought about great revolution in computing. Thanks to the intrinsic parallelism of evolutionary computation (EC), it is natural to implement EC o…

Distributed ComputingDistributed OptimizationSurvey

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 impl…

BenchmarkingComputational Efficiency

A Parallel Evolutionary Multiple-Try Metropolis Markov Chain Monte Carlo Algorithm for Sampling Spatial Partitions

2020-07-22 · Wendy K. Tam Cho, Yan Y. Liu

We develop an Evolutionary Markov Chain Monte Carlo (EMCMC) algorithm for sampling spatial partitions that lie within a large and complex spatial state space. Our algorithm combines the advantages of evolutionary algorit…

Evolutionary Algorithms