paper-with-me

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 store the evolved computer programs. In this paper, TGP is used for solving real-world classification problems taken from PROBEN1. Numerical experiments show that TGP performs similar and sometimes even better than other GP techniques for the considered test problems.

📄 PDF Abstract BibTeX arXiv:2111.14790

Code (1)

mihaioltean/traceless-genetic-programming 공식 구현

Tasks

Classification

Similar Papers 제목 키워드 기반

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

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.…

Multi Expression Programming for solving classification problems

2022-03-16 · Mihai Oltean

Multi Expression Programming (MEP) is a Genetic Programming variant which encodes multiple solutions in a single chromosome. This paper introduces and deeply describes several strategies for solving binary and multi-clas…

ClassificationMulti-class Classification

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

Multi-Robot Path Planning Via Genetic Programming

2019-12-19 · Alexandre Trudeau, Christopher M. Clark

This paper presents a Genetic Programming (GP) approach to solving multi-robot path planning (MRPP) problems in single-lane workspaces, specifically those easily mapped to graph representations. GP's versatility enables …

Attribute