paper-with-me

Papers

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-class classification problems within the \textit{multi solutions per chromosome} paradigm of MEP. Extensive experiments on various classification problems are performed. MEP shows similar or better performances than other methods used for comparison (namely Artificial Neural Networks and Linear Genetic Programming).

📄 PDF Abstract BibTeX arXiv:2203.13202

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationMulti-class Classification

Similar Papers 제목 키워드 기반

Multi Expression Programming

2002-12-01 · Technical Report 2002 12 · Oltean Mihai, Dumitrescu D.

Multi Expression Programming (MEP) is a new evolutionary paradigm intended for solving computationally difficult problems. MEP individuals are linear entities that encode complex computer programs. MEP chromosomes are re…

regressionSymbolic Regression

Multi Expression Programming -- an in-depth description

2021-09-29 · Mihai Oltean

Multi Expression Programming (MEP) is a Genetic Programming variant that uses a linear representation of chromosomes. MEP individuals are strings of genes encoding complex computer programs. When MEP individuals encode e…

Symbolic Regression

Evolving TSP heuristics using Multi Expression Programming

2015-09-08 · Mihai Oltean, D. Dumitrescu

Multi Expression Programming (MEP) is an evolutionary technique that may be used for solving computationally difficult problems. MEP uses a linear solution representation. Each MEP individual is a string encoding complex…

Traveling Salesman Problem

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

jsdp: a Java Stochastic DP Library

2022-09-20 · Roberto Rossi

Stochastic Programming is a framework for modelling and solving problems of decision making under uncertainty. Stochastic Dynamic Programming is a branch of Stochastic Programming that takes a "functional equation" appro…

Decision MakingDecision Making Under Uncertainty