Giter Site home page Giter Site logo

genetic-prog's Introduction

Genetic Programming C++ Code ===== This directory contains a simple implementation of genetic programming. I decided to write it in C++, well becasue C++ is awesome, and fast. No one will sue you if you write something in C and make money off of it. C is an ANSI standard. I have provided some code to do some simple things with Genetic Programming. You can extend this code to do whatever you want. You will need some way of quantifying if you are getting closer to what you want.

I have provided an example where I have nine pairs of x,y values and ask the computer to find out what generated this. The data is generated by a simple equation: y=2x^2 + 3x + 1. I have gotten exact solutions in five generations with 100 euqtions in the population. I often get very close solutions similar to: 2x^2 + 2.97x + 0.98 within a few generations. You can experiment with the rate of mutation, the amount of crossover, the percentage of the population that survies to breed, etc. Have fun.

For an introduction to Genetic Programming I recommend: A Field Guide to Genetic Programming (ISBN 978-1-4092-0073-4). You can get the pdf version of the book for free.

genetic-prog's People

Contributors

pbharrin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.