**arXiv ID:** 2110.00367 **Authors:** Mihai Oltean **Published:** 2021-09-29T01:57:18Z **Abstract:** 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 ...
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill multi-expression-programming-an-indepth-description --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Multi Expression Programming An Indepth Description?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-multi-expression-programming-an-indepth-descriptio)More formats (shields.io, HTML) on the badges page.
# Multi Expression Programming -- an in-depth description
**arXiv ID:** 2110.00367
**Authors:** Mihai Oltean
**Published:** 2021-09-29T01:57:18Z
**Abstract:**
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.
## Skill Description
This skill is generated from the arXiv paper: Multi Expression Programming -- an in-depth description (2110.00367).
## How to Use
[To be filled in by the user or by future automation]
## References
- [arXiv:2110.00367](http://arxiv.org/abs/2110.00367v1)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!