paper-with-me

Papers

Solving Multi-Structured Problems by Introducing Linkage Kernels into GOMEA

2022-03-11 · Arthur Guijt, Dirk Thierens, Tanja Alderliesten, Peter A. N. Bosman

Model-Based Evolutionary Algorithms (MBEAs) can be highly scalable by virtue of linkage (or variable interaction) learning. This requires, however, that the linkage model can capture the exploitable structure of a problem. Usually, a single type of linkage structure is attempted to be captured using models such as a linkage tree. However, in practice, problems may exhibit multiple linkage structures. This is for instance the case in multi-objective optimization when the objectives have different linkage structures. This cannot be modelled sufficiently well when using linkage models that aim at capturing a single type of linkage structure, deteriorating the advantages brought by MBEAs. Therefore, here, we introduce linkage kernels, whereby a linkage structure is learned for each solution over its local neighborhood. We implement linkage kernels into the MBEA known as GOMEA that was previously found to be highly scalable when solving various problems. We further introduce a novel benchmark function called Best-of-Traps (BoT) that has an adjustable degree of different linkage structures. On both BoT and a worst-case scenario-based variant of the well-known MaxCut problem, we experimentally find a vast performance improvement of linkage-kernel GOMEA over GOMEA with a single linkage tree as well as the MBEA known as DSMGA-II.

📄 PDF Abstract BibTeX arXiv:2203.05970

Code (1)

8uurg/Multistructured-Problems-LK-GOMEA 공식 구현

Tasks

Evolutionary Algorithms

Similar Papers 제목 키워드 기반

Multi-Objective Parameter-less Population Pyramid for Solving Industrial Process Planning Problems

2020-09-10 · Michal Witold Przewozniczek, Piotr Dziurzanski, Shuai Zhao, Leandro Soares Indrusiak

Evolutionary methods are effective tools for obtaining high-quality results when solving hard practical problems. Linkage learning may increase their effectiveness. One of the state-of-the-art methods that employ linkage…

Electre Tri-Machine Learning Approach to the Record Linkage Problem

2015-05-25 · Renato De Leone, Valentina Minnetti

In this short paper, the Electre Tri-Machine Learning Method, generally used to solve ordinal classification problems, is proposed for solving the Record Linkage problem. Preliminary experimental results show that, using…

BIG-bench Machine LearningGeneral ClassificationOrdinal Classification

Parameterless Gene-pool Optimal Mixing Evolutionary Algorithms

2021-09-11 · Arkadiy Dushatskiy, Marco Virgolin, Anton Bouter, Dirk Thierens 외

When it comes to solving optimization problems with evolutionary algorithms (EAs) in a reliable and scalable manner, detecting and exploiting linkage information, i.e., dependencies between variables, can be key. In this…

Evolutionary AlgorithmsManagement

Solving internal covariate shift in deep learning with linked neurons

2017-12-07 · Carles Roger Riera Molina, Oriol Pujol Vila

This work proposes a novel solution to the problem of internal covariate shift and dying neurons using the concept of linked neurons. We define the neuron linkage in terms of two constraints: first, all neuron activation…

Deep Learning

Fitness-based Linkage Learning and Maximum-Clique Conditional Linkage Modelling for Gray-box Optimization with RV-GOMEA

2024-02-16 · Georgios Andreadis, Tanja Alderliesten, Peter A. N. Bosman

For many real-world optimization problems it is possible to perform partial evaluations, meaning that the impact of changing a few variables on a solution's fitness can be computed very efficiently. It has been shown tha…