paper-with-me

Papers

Multiple simultaneous solution representations in a population based evolutionary algorithm

2021-06-09 · Eric S. Fraga

The representation used for solutions in optimization can have a significant impact on the performance of the optimization method. Traditional population based evolutionary methods have homogeneous populations where all solutions use the same representation. If different representations are to be considered, different runs are required to investigate the relative performance. In this paper, we illustrate the use of a population based evolutionary method, Fresa, inspired by the propagation of Strawberry plants, which allows for multiple representations to co-exist in the population. Fresa is implemented in the Julia language. Julia provides dynamic typing and multiple dispatch. In multiple dispatch, the function invoked is determined, dynamically at run time, by the types of the arguments passed to it. This enables a generic implementation of key steps in the plant propagation algorithm which allows for a heterogeneous population. The search procedure then leads to a competition between representations automatically. A simple case study from the design of operating conditions for a batch reactor system is used to illustrate heterogeneous population based search.

📄 PDF Abstract BibTeX arXiv:2106.05096

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Use of Survival Selection Methods for Evolutionary Diversity Optimisation

2026-06-19 · Adel Nikfarjam, Jakob Bossek, Aneta Neumann, Frank Neumann arxiv

Generating a diverse set of high quality solutions for an optimisation problem has been studied extensively in recent years by the evolutionary computation community. A paradigm that has received increasing attention is …

New Pathways in Coevolutionary Computation

2024-01-19 · Moshe Sipper, Jason H. Moore, Ryan J. Urbanowicz

The simultaneous evolution of two or more species with coupled fitness -- coevolution -- has been put to good use in the field of evolutionary computation. Herein, we present two new forms of coevolutionary algorithms, w…

Towards Multi-Objective High-Dimensional Feature Selection via Evolutionary Multitasking

2024-01-03 · Yinglan Feng, Liang Feng, Songbai Liu, Sam Kwong 외

Evolutionary Multitasking (EMT) paradigm, an emerging research topic in evolutionary computation, has been successfully applied in solving high-dimensional feature selection (FS) problems recently. However, existing EMT-…

feature selectionTransfer Learning

Clustering-based Transfer Learning for Dynamic Multimodal MultiObjective Evolutionary Algorithm

2025-12-22 · Li Yan, Bolun Liu, Chao Li, Jing Liang 외 arxiv

Dynamic multimodal multiobjective optimization presents the dual challenge of simultaneously tracking multiple equivalent pareto optimal sets and maintaining population diversity in time-varying environments. However, ex…

Transfer Learning

PasMoQAP: A Parallel Asynchronous Memetic Algorithm for solving the Multi-Objective Quadratic Assignment Problem

2017-06-27 · Claudio Sanhueza, Francia Jimenez, Regina Berretta, Pablo Moscato

Multi-Objective Optimization Problems (MOPs) have attracted growing attention during the last decades. Multi-Objective Evolutionary Algorithms (MOEAs) have been extensively used to address MOPs because are able to approx…

Evolutionary Algorithms