paper-with-me

Papers

Multi-threaded Memory Efficient Crossover in C++ for Generational Genetic Programming

2020-09-22 · W. B. Langdon

C++ code snippets from a multi-core parallel memory-efficient crossover for genetic programming are given. They may be adapted for separate generation evolutionary algorithms where large chromosomes or small RAM require no more than M + (2 times nthreads) simultaneously active individuals.

📄 PDF Abstract BibTeX arXiv:2009.10460

Code (0)

등록된 구현이 없습니다.

Tasks

C++ codeEvolutionary Algorithms

Similar Papers 제목 키워드 기반

Variations of Genetic Algorithms

2019-11-01 · Alison Jenkins, Vinika Gupta, Alexis Myrick, Mary Lenoir

The goal of this project is to develop the Genetic Algorithms (GA) for solving the Schaffer F6 function in fewer than 4000 function evaluations on a total of 30 runs. Four types of Genetic Algorithms (GA) are presented -…

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

The Effect of Multi-Generational Selection in Geometric Semantic Genetic Programming

2022-05-05 · Mauro Castelli, Luca Manzoni, Luca Mariot, Giuliamaria Menara 외

Among the evolutionary methods, one that is quite prominent is Genetic Programming, and, in recent years, a variant called Geometric Semantic Genetic Programming (GSGP) has shown to be successfully applicable to many rea…

GACNN: Training Deep Convolutional Neural Networks with Genetic Algorithm

2019-09-29 · Parsa Esfahanian, Mohammad Akhavan

Convolutional Neural Networks (CNNs) have gained a significant attraction in the recent years due to their increasing real-world applications. Their performance is highly dependent to the network structure and the select…

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…