paper-with-me

Papers

Functional Code Building Genetic Programming

2022-06-09 · Edward Pantridge, Thomas Helmuth, Lee Spector

General program synthesis has become an important application area for genetic programming (GP), and for artificial intelligence more generally. Code Building Genetic Programming (CBGP) is a recently introduced GP method for general program synthesis that leverages reflection and first class specifications to support the evolution of programs that may use arbitrary data types, polymorphism, and functions drawn from existing codebases. However, neither a formal description nor a thorough benchmarking of CBGP have yet been reported. In this work, we formalize the method of CBGP using algorithms from type theory. Specially, we show that a functional programming language and a Hindley-Milner type system can be used to evolve type-safe programs using the process abstractly described in the original CBGP paper. Furthermore, we perform a comprehensive analysis of the search performance of this functional variant of CBGP compared to other contemporary GP program synthesis methods.

📄 PDF Abstract BibTeX arXiv:2206.04561

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingProgram Synthesis

Similar Papers 제목 키워드 기반

Code Building Genetic Programming

2020-08-09 · Edward Pantridge, Lee Spector

In recent years the field of genetic programming has made significant advances towards automatic programming. Research and development of contemporary program synthesis methods, such as PushGP and Grammar Guided Genetic …

Program Synthesis

Obtaining Basic Algebra Formulas with Genetic Programming and Functional Rewriting

2020-05-03 · Edwin Camilo Cubides, Jonatan Gomez

In this paper, we develop a set of genetic programming operators and an initialization population process based on concepts of functional programming rewriting for boosting inductive genetic programming. Such genetic ope…

Code Farming: A Process for Creating Generic Computational Building Blocks

2019-01-30 · David Landaeta

Motivated by a desire to improve on the current state of the art in genetic programming, and aided by recent progress in understanding the computational aspects of evolutionary systems, we describe a process that creates…

Long-Term Evolution of Genetic Programming Populations

2017-03-24 · W. B. Langdon

We evolve binary mux-6 trees for up to 100000 generations evolving some programs with more than a hundred million nodes. Our unbounded Long-Term Evolution Experiment LTEE GP appears not to evolve building blocks but does…

Towards Advanced Phenotypic Mutations in Cartesian Genetic Programming

2018-03-16 · Roman Kalkreuth

Cartesian Genetic Programming is often used with a point mutation as the sole genetic operator. In this paper, we propose two phenotypic mutation techniques and take a step towards advanced phenotypic mutations in Cartes…

regressionSymbolic Regression