paper-with-me

Papers

Solving even-parity problems using traceless genetic programming

2021-10-04 · Mihai Oltean

A genetic programming (GP) variant called traceless genetic programming (TGP) is proposed in this paper. TGP is a hybrid method combining a technique for building individuals and a technique for representing individuals. The main difference between TGP and other GP techniques is that TGP does not explicitly store the evolved computer programs. Two genetic operators are used in conjunction with TGP: crossover and insertion. TGP is applied for evolving digital circuits for the even-parity problem. Numerical experiments show that TGP outperforms standard GP with several orders of magnitude.

📄 PDF Abstract BibTeX arXiv:2110.02014

Code (1)

mihaioltean/traceless-genetic-programming 공식 구현

Similar Papers 제목 키워드 기반

Solving classification problems using Traceless Genetic Programming

2021-10-07 · Mihai Oltean

Traceless Genetic Programming (TGP) is a new Genetic Programming (GP) that may be used for solving difficult real-world problems. The main difference between TGP and other GP techniques is that TGP does not explicitly st…

Classification

Using Traceless Genetic Programming for Solving Multiobjective Optimization Problems

2021-10-07 · Mihai Oltean, Crina Grosan

Traceless Genetic Programming (TGP) is a Genetic Programming (GP) variant that is used in cases where the focus is rather the output of the program than the program itself. The main difference between TGP and other GP te…

Multiobjective Optimization

Liquid State Genetic Programming

2023-12-05 · Mihai Oltean

A new Genetic Programming variant called Liquid State Genetic Programming (LSGP) is proposed in this paper. LSGP is a hybrid method combining a dynamic memory for storing the inputs (the liquid) and a Genetic Programming…

Benchmarking

A Fast Algorithm for Computing High-dimensional Risk Parity Portfolios

2013-11-16 · Théophile Griveau-Billion, Jean-Charles Richard, Thierry Roncalli

In this paper we propose a cyclical coordinate descent (CCD) algorithm for solving high dimensional risk parity problems. We show that this algorithm converges and is very fast even with large covariance matrices (n > 50…

Vocal Bursts Intensity Prediction

On the performance of different mutation operators of a subpopulation-based genetic algorithm for multi-robot task allocation problems

2016-06-02 · Chun Liu, Andreas Kroll

The performance of different mutation operators is usually evaluated in conjunc-tion with specific parameter settings of genetic algorithms and target problems. Most studies focus on the classical genetic algorithm with …

Combinatorial Optimization