Advertisement

Genetic Programming

Started by August 17, 2000 06:00 PM
2 comments, last by Solthar 24 years, 1 month ago
I was wondering if anyone had a few good links describing how to do genetic programming, as i cant seem to figure it out by myself (code in c++ (dos) would be appreciated). All i want to do is use a simple binary tree if possible. Basically, I want to try to program something similar to the featured article, but to a new rule set. I have experiance in Genetic Algorithms, but it does not seem to have the same flexibility as GP, and I really need flexibility... Thankyou in advance, Solthar Rygelsun
-----------------------------"Beware the programmer with a screwdriver..."
Oh! And since I''ve seen some mistakes between GA''s and GP''s, A Genetic Algorithm uses strings or arrays of numbers, while Genetic programming uses Tree''s....

Anybody.... Help...
-----------------------------"Beware the programmer with a screwdriver..."
Advertisement
This page gave me what I needed to implement a lot using GA.

http://www.cis.upenn.edu/~hollick/genetic/paper2.html

enjoy

A polar bear is a rectangular bear after a coordinate transform.
Thankyou!

Reading page now.


Seems to have lots of good content
-----------------------------"Beware the programmer with a screwdriver..."

This topic is closed to new replies.

Advertisement