paper-with-me

Papers

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 expressions, their representation is similar to the way in which compilers translate $C$ or $Pascal$ expressions into machine code. A unique MEP feature is the ability to store multiple solutions of a problem in a single chromosome. Usually, the best solution is chosen for fitness assignment. When solving symbolic regression or classification problems (or any other problems for which the training set is known before the problem is solved) MEP has the same complexity as other techniques storing a single solution in a chromosome (such as GP, CGP, GEP or GE). Evaluation of the expressions encoded into an MEP individual can be performed by a single parsing of the chromosome. Offspring obtained by crossover and mutation is always syntactically correct MEP individuals (computer programs). Thus, no extra processing for repairing newly obtained individuals is needed.

📄 PDF Abstract BibTeX arXiv:2110.00367

Code (1)

mepx/mep-basic-src 공식 구현

Tasks

Symbolic Regression

Similar Papers 제목 키워드 기반

Introduction to Facial Micro Expressions Analysis Using Color and Depth Images: A Matlab Coding Approach (Second Edition, 2023)

2023-06-19 · Seyed Muhammad Hossein Mousavi

The book attempts to introduce a gentle introduction to the field of Facial Micro Expressions Recognition (FMER) using Color and Depth images, with the aid of MATLAB programming environment. FMER is a subset of image pro…

Dimensionality Reduction

Automatic Description Construction for Math Expression via Topic Relation Graph

2021-04-24 · Ke Yuan, Zuoyu Yan, Yibo Li, Liangcai Gao 외

Math expressions are important parts of scientific and educational documents, but some of them may be challenging for junior scholars or students to understand. Nevertheless, constructing textual descriptions for math ex…

MathRelation

REMI: Mining Intuitive Referring Expressions on Knowledge Bases

2019-11-04 · Luis Galárraga, Julien Delaunay, Jean-Louis Dessalles

A referring expression (RE) is a description that identifies a set of instances unambiguously. Mining REs from data finds applications in natural language generation, algorithmic journalism, and data maintenance. Since t…

Inductive logic programmingReferring ExpressionText Generation

Guiding Multi-Objective Genetic Programming with Description Length Improves Symbolic Regression Solutions

2026-05-21 · Gabriel Kronberger, Fabricio Olivetti de Franca, Deaglan J. Bartlett, Harry Desmond 외 arxiv

Symbolic regression with genetic programming (GPSR) may suffer from overfitting and structural bloat, especially when noise is present. In this paper we evaluate description length (DL) and fractional Bayes factor (FBF) …

TF-Coder: Program Synthesis for Tensor Manipulations

2020-03-19 · NeurIPS Workshop CAP 2020 12 · Kensen Shi, David Bieber, Rishabh Singh

The success and popularity of deep learning is on the rise, partially due to powerful deep learning frameworks such as TensorFlow and PyTorch that make it easier to develop deep learning models. However, these libraries …

Deep LearningEnumerative SearchProgram Synthesis