paper-with-me

Papers

Reinforced Linear Genetic Programming

2026-01-07 · Urmzd Mukhammadnaim arxiv

Linear Genetic Programming (LGP) is a powerful technique that allows for a variety of problems to be solved using a linear representation of programs. However, there still exists some limitations to the technique, such as the need for humans to explicitly map registers to actions. This thesis proposes a novel approach that uses Q-Learning on top of LGP, Reinforced Linear Genetic Programming (RLGP) to learn the optimal register-action assignments. In doing so, we introduce a new framework "linear-gp" written in memory-safe Rust that allows for extensive experimentation for future works.

📄 PDF Abstract BibTeX arXiv:2601.09736

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Genetic Informed Trees (GIT*): Path Planning via Reinforced Genetic Programming Heuristics

2025-08-28 · Liding Zhang, Kuanqi Cai, Zhenshan Bing, Chaoqun Wang 외 arxiv

Optimal path planning involves finding a feasible state sequence between a start and a goal that optimizes an objective. This process relies on heuristic functions to guide the search direction. While a robust function c…

Computational Efficiency

Domain-Informed Genetic Superposition Programming: A Case Study on SFRC Beams

2025-09-20 · Mohammad Sadegh Khorshidi, Navid Yazdanjue, Hassan Gharoun, Mohammad Reza Nikoo 외 arxiv

This study presents domain-informed genetic superposition programming (DIGSP), a symbolic regression framework tailored for engineering systems governed by separable physical mechanisms. DIGSP partitions the input space …

A Reinforced Evolution-Based Approach to Multi-Resource Load Balancing

2025-11-06 · Leszek Sliwko arxiv

This paper presents a reinforced genetic approach to a defined d-resource system optimization problem. The classical evolution schema was ineffective due to a very strict feasibility function in the studied problem. Henc…

Improving a Parallel C++ Intel AVX-512 SIMD Linear Genetic Programming Interpreter

2025-12-09 · William B. Langdon arxiv

We extend recent 256 SSE vector work to 512 AVX giving a four fold speedup. We use MAGPIE (Machine Automated General Performance Improvement via Evolution of software) to speedup a C++ linear genetic programming interpre…

A Probabilistic Linear Genetic Programming with Stochastic Context-Free Grammar for solving Symbolic Regression problems

2017-04-03 · Léo Françoso Dal Piccol Sotto, Vinícius Veloso de Melo

Traditional Linear Genetic Programming (LGP) algorithms are based only on the selection mechanism to guide the search. Genetic operators combine or mutate random portions of the individuals, without knowing if the result…

regressionSymbolic Regression