paper-with-me

Papers

Evolutionary Dynamic Optimization and Machine Learning

2023-10-12 · Abdennour Boulesnane

Evolutionary Computation (EC) has emerged as a powerful field of Artificial Intelligence, inspired by nature's mechanisms of gradual development. However, EC approaches often face challenges such as stagnation, diversity loss, computational complexity, population initialization, and premature convergence. To overcome these limitations, researchers have integrated learning algorithms with evolutionary techniques. This integration harnesses the valuable data generated by EC algorithms during iterative searches, providing insights into the search space and population dynamics. Similarly, the relationship between evolutionary algorithms and Machine Learning (ML) is reciprocal, as EC methods offer exceptional opportunities for optimizing complex ML tasks characterized by noisy, inaccurate, and dynamic objective functions. These hybrid techniques, known as Evolutionary Machine Learning (EML), have been applied at various stages of the ML process. EC techniques play a vital role in tasks such as data balancing, feature selection, and model training optimization. Moreover, ML tasks often require dynamic optimization, for which Evolutionary Dynamic Optimization (EDO) is valuable. This paper presents the first comprehensive exploration of reciprocal integration between EDO and ML. The study aims to stimulate interest in the evolutionary learning community and inspire innovative contributions in this domain.

📄 PDF Abstract BibTeX arXiv:2310.08748

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityEvolutionary Algorithmsfeature selection

Similar Papers 제목 키워드 기반

Evolution imposes an inductive bias that alters and accelerates learning dynamics

2025-05-15 · Benjamin Midler, Alejandro Pan Vazquez

The learning dynamics of biological brains and artificial neural networks are of interest to both neuroscience and machine learning. A key difference between them is that neural networks are often trained from a randomly…

Few-Shot LearningInductive Bias

On the Runtime of Randomized Local Search and Simple Evolutionary Algorithms for Dynamic Makespan Scheduling

2015-04-23 · Frank Neumann, Carsten Witt

Evolutionary algorithms have been frequently used for dynamic optimization problems. With this paper, we contribute to the theoretical understanding of this research area. We present the first computational complexity an…

Combinatorial OptimizationEvolutionary AlgorithmsScheduling

Solving dynamic multi-objective optimization problems via support vector machine

2019-10-19 · Min Jiang, Weizhen Hu, Liming Qiu, Minghui Shi 외

Dynamic Multi-objective Optimization Problems (DMOPs) refer to optimization problems that objective functions will change with time. Solving DMOPs implies that the Pareto Optimal Set (POS) at different moments can be acc…

POS

A Systematic Survey on Large Language Models for Evolutionary Optimization: From Modeling to Solving

2025-09-10 · Yisong Zhang, Ran Cheng, Guoxing Yi, Kay Chen Tan arxiv

Large language models (LLMs) are increasingly integrated with evolutionary computation to support optimization tasks. This survey primarily focuses on evolutionary optimization, i.e., optimization based on evolutionary c…

A Data-Driven Evolutionary Transfer Optimization for Expensive Problems in Dynamic Environments

2022-11-05 · Ke Li, Renzhi Chen, Xin Yao

Many real-world problems are usually computationally costly and the objective functions evolve over time. Data-driven, a.k.a. surrogate-assisted, evolutionary optimization has been recognized as an effective approach for…

Transfer Learning