paper-with-me

Papers

A multiplicity-preserving crossover operator on graphs. Extended version

2022-08-23 · Henri Thölke, Jens Kosiol

Evolutionary algorithms usually explore a search space of solutions by means of crossover and mutation. While a mutation consists of a small, local modification of a solution, crossover mixes the genetic information of two solutions to compute a new one. For model-driven optimization (MDO), where models directly serve as possible solutions (instead of first transforming them into another representation), only recently a generic crossover operator has been developed. Using graphs as a formal foundation for models, we further refine this operator in such a way that additional well-formedness constraints are preserved: We prove that, given two models that satisfy a given set of multiplicity constraints as input, our refined crossover operator computes two new models as output that also satisfy the set of constraints.

📄 PDF Abstract BibTeX arXiv:2208.10881

Code (0)

등록된 구현이 없습니다.

Tasks

Evolutionary Algorithms

Similar Papers 제목 키워드 기반

Performance Analysis and Improvement of Parallel Differential Evolution

2021-01-17 · Pan Zibin

Differential evolution (DE) is an effective global evolutionary optimization algorithm using to solve global optimization problems mainly in a continuous domain. In this field, researchers pay more attention to improving…

global-optimizationMath

On Enhancing Genetic Algorithms Using New Crossovers

2018-01-08 · Ahmad B. A. Hassanat, Esra'a Alkafaween

This paper investigates the use of more than one crossover operator to enhance the performance of genetic algorithms. Novel crossover operators are proposed such as the Collision crossover, which is based on the physical…

Modified Soft Brood Crossover in Genetic Programming

2013-04-12 · Hardik M. Parekh, Vipul K. Dabhi

Premature convergence is one of the important issues while using Genetic Programming for data modeling. It can be avoided by improving population diversity. Intelligent genetic operators can help to improve the populatio…

DiversityregressionSymbolic Regression

Dynastic Potential Crossover Operator

2024-02-06 · Francisco Chicano, Gabriela Ochoa, Darrell Whitley, Renato Tinós

An optimal recombination operator for two parent solutions provides the best solution among those that take the value for each variable from one of the parents (gene transmission property). If the solutions are bit strin…

Balanced Crossover Operators in Genetic Algorithms

2019-04-23 · Luca Manzoni, Luca Mariot, Eva Tuba

In several combinatorial optimization problems arising in cryptography and design theory, the admissible solutions must often satisfy a balancedness constraint, such as being represented by bitstrings with a fixed number…

Combinatorial Optimization