rodrigogiraoserrao / GeneticProgramming

A Python 3 implementation of a Genetic Programming framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Genetic Programming

Genetic Programming algorithms are a class of evolutionary algorithms that combine some notions of Darwinian evolution with random search.

The implementation found in this repository is largely based on A Field Guide to Genetic Programming (2008), by Poli, Riccardo & Langdon, William & Mcphee, Nicholas.

About

A Python 3 implementation of a Genetic Programming framework


Languages

Language:Python 100.0%