paper-with-me

Papers

Evolutionary Generative Optimization: Towards Fully Data-Driven Evolutionary Optimization via Generative Learning

2025-08-01 · Tao Jiang, Kebin Sun, Zhenyu Liang, Ran Cheng, Yaochu Jin, Kay Chen Tan arxiv

Recent advances in data-driven evolutionary algorithms (EAs) have demonstrated the potential of leveraging historical data to improve optimization accuracy and adaptability. Despite these advancements, existing methods remain reliant on handcrafted process-level operators. In contrast, Evolutionary Generative Optimization (EvoGO) is a fully data-driven framework designed from the objective level, enabling autonomous learning of the entire search process. EvoGO streamlines the evolutionary optimization process into three stages: data preparation, model training, and population generation. The data preparation stage constructs a pairwise dataset to enrich training diversity without incurring additional evaluation costs. During model training, a tailored generative model learns to transform inferior solutions into superior ones. In the population generation stage, EvoGO replaces traditional reproduction operators with a scalable and parallelizable generative mechanism. Extensive experiments on numerical benchmarks, classical control problems, and high-dimensional robotic tasks demonstrate that EvoGO consistently converges within merely 10 generations and substantially outperforms a wide spectrum of optimization approaches, including traditional EAs, Bayesian optimization, and reinforcement learning based methods. Code is available at: https://github.com/EMI-Group/evogo

📄 PDF Abstract BibTeX arXiv:2508.00380

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

GeM-EA: A Generative and Meta-learning Enhanced Evolutionary Algorithm for Streaming Data-Driven Optimization

2026-04-14 · Yue Wu, Yuan-Ting Zhong, Ze-Yuan Ma, Yue-Jiao Gong arxiv

Streaming Data-Driven Optimization (SDDO) problems arise in many applications where data arrive continuously and the optimization environment evolves over time. Concept drift produces non-stationary landscapes, making op…

An Evolutionary Framework for Automatic Optimization Benchmark Generation via Large Language Models

2026-01-19 · Yuhiro Ono, Tomohiro Harada, Yukiya Miura arxiv

Optimization benchmarks play a fundamental role in assessing algorithm performance; however, existing artificial benchmarks often fail to capture the diversity and irregularity of real-world problem structures, while ben…

Evolutionary Multi-Objective Optimization Driven by Generative Adversarial Networks

2019-07-10 · Cheng He, Shihua Huang, Ran Cheng, Kay Chen Tan 외

Recently, more and more works have proposed to drive evolutionary algorithms using machine learning models.Usually, the performance of such model based evolutionary algorithms is highly dependent on the training qualitie…

Evolutionary Algorithms

Evolutionary Multi-Objective Optimization Driven by Generative Adversarial Networks (GANs)

2019-10-11 · Cheng He, Shihua Huang, Ran Cheng, Kay Chen Tan 외

Recently, more and more works have proposed to drive evolutionary algorithms using machine learning models. Usually, the performance of such model based evolutionary algorithms is highly dependent on the training qualiti…

Evolutionary Algorithms

Batched Data-Driven Evolutionary Multi-Objective Optimization Based on Manifold Interpolation

2021-09-12 · Ke Li, Renzhi Chen

Multi-objective optimization problems are ubiquitous in real-world science, engineering and design optimization problems. It is not uncommon that the objective functions are as a black box, the evaluation of which usuall…