🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Genetic Programming

Started by
2 comments, last by Solthar 23 years, 10 months 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..."
Advertisement
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..."
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