paper-with-me

Papers

Neurally Guided Genetic Programming for Turing Complete Programming by Example

2021-01-01 · Alexander Newton Wild, Barry Porter

The ability to synthesise source code from input/output examples allows nonexperts to generate programs, and experts to abstract away a wide range of simple programming tasks. Current research in this area has explored neural synthesis, SMT solvers, and genetic programming; each of these approaches is limited, however, often using highly specialised target languages for synthesis. In this paper we present a novel hybrid approach using neural networks to guide genetic programming (GP), which allows us to successfully synthesise code from just ten I/O examples in a generalised Turing complete target language, up to and including a sorting algorithm. We show that GP by itself is able to synthesise a set of simple programs, and show which hints (suggested lines of code for inclusion) are of most utility to GP in solving harder problems. Using a form of unstructured curriculum learning, we then demonstrate that neural networks can be used to determine when to make use of these high-utility hints for specific I/O problems and thus enable complex functions to be successfully synthesised. We apply our approach to two different problem sets: common array-to-array programs (including sorting), and a canvas drawing problem set inspired by So & Oh (2018).

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Symbolic Regression via Neural-Guided Genetic Programming Population Seeding

2021-10-29 · T. Nathan Mundhenk, Mikel Landajuela, Ruben Glatt, Claudio P. Santiago 외

Symbolic regression is the process of identifying mathematical expressions that fit observed output from a black-box process. It is a discrete optimization problem generally believed to be NP-hard. Prior approaches to so…

Combinatorial OptimizationregressionSymbolic Regression

Symbolic Regression via Deep Reinforcement Learning Enhanced Genetic Programming Seeding

2021-12-01 · NeurIPS 2021 12 · Terrell Mundhenk, Mikel Landajuela, Ruben Glatt, Claudio Santiago 외

Symbolic regression is the process of identifying mathematical expressions that fit observed output from a black-box process. It is a discrete optimization problem generally believed to be NP-hard. Prior approaches to so…

Combinatorial OptimizationDeep Reinforcement Learningregressionreinforcement-learning+3

Neurally-Guided Procedural Models: Amortized Inference for Procedural Graphics Programs using Neural Networks

2016-03-19 · NeurIPS 2016 12 · Daniel Ritchie, Anna Thomas, Pat Hanrahan, Noah D. Goodman

Probabilistic inference algorithms such as Sequential Monte Carlo (SMC) provide powerful tools for constraining procedural models in computer graphics, but they require many samples to produce desirable results. In this …

Multi-Robot Path Planning Via Genetic Programming

2019-12-19 · Alexandre Trudeau, Christopher M. Clark

This paper presents a Genetic Programming (GP) approach to solving multi-robot path planning (MRPP) problems in single-lane workspaces, specifically those easily mapped to graph representations. GP's versatility enables …

Attribute

Fitness Landscape Analysis of Dimensionally-Aware Genetic Programming Featuring Feynman Equations

2020-04-27 · Marko Durasevic, Domagoj Jakobovic, Marcella Scoczynski Ribeiro Martins, Stjepan Picek 외

Genetic programming is an often-used technique for symbolic regression: finding symbolic expressions that match data from an unknown function. To make the symbolic regression more efficient, one can also use dimensionall…

regressionSymbolic Regression