A Field Guide to Genetic Programming (2008) [pdf]
dces.essex.ac.uk
A Field Guide to Genetic Programming (2008) [pdf]
1–10 of 17 posts
Re: A Field Guide to Genetic Programming (2008) [pdf]
#2I'd love to hear from anyone who's used genetic programming for... well, anything really.
Re: A Field Guide to Genetic Programming (2008) [pdf]
#3I've always been fascinated by genetic programming, and I've always wondered why it isn't more prominent. Is it not actually that useful? Is it too hard to use? Does building magic black boxes scare people? I'd love to hear from anyone who's used genetic programming for... well, anything really.
Re: A Field Guide to Genetic Programming (2008) [pdf]
#4I've always been fascinated by genetic programming, and I've always wondered why it isn't more prominent. Is it not actually that useful? Is it too hard to use? Does building magic black boxes scare people? I'd love to hear from anyone who's used genetic programming for... well, anything really.
https://news.ycombinator.com/item?id=7712824
https://www.quora.com/Whats-the-difference-between-Genetic-A...
Re: A Field Guide to Genetic Programming (2008) [pdf]
#5I've always been fascinated by genetic programming, and I've always wondered why it isn't more prominent. Is it not actually that useful? Is it too hard to use? Does building magic black boxes scare people? I'd love to hear from anyone who's used genetic programming for... well, anything really.
Using Artificial Intelligence to Write Self-Modifying/Improving Programs
Re: A Field Guide to Genetic Programming (2008) [pdf]
#6I've always been fascinated by genetic programming, and I've always wondered why it isn't more prominent. Is it not actually that useful? Is it too hard to use? Does building magic black boxes scare people? I'd love to hear from anyone who's used genetic programming for... well, anything really.
Re: A Field Guide to Genetic Programming (2008) [pdf]
#7Earlier quoted context omitted.
https://news.ycombinator.com/item?id=7712824
True, but that's talking about genetic algorithms, not genetic programming. I'm oversimplifying, but GA involves evolving parameters in a system to find a solution, where GP involves evolving the code itself. https://www.quora.com/Whats-the-difference-between-Genetic-A...
Re: A Field Guide to Genetic Programming (2008) [pdf]
#8Earlier quoted context omitted.
https://news.ycombinator.com/item?id=7712824
True, but that's talking about genetic algorithms, not genetic programming. I'm oversimplifying, but GA involves evolving parameters in a system to find a solution, where GP involves evolving the code itself. https://www.quora.com/Whats-the-difference-between-Genetic-A...
Re: A Field Guide to Genetic Programming (2008) [pdf]
#9Earlier quoted context omitted.
True, but that's talking about genetic algorithms, not genetic programming. I'm oversimplifying, but GA involves evolving parameters in a system to find a solution, where GP involves evolving the code itself. https://www.quora.com/Whats-the-difference-between-Genetic-A...
Yes, I didn't quite grasp GP initially, but it simply appears to be using a GA to find an optimal syntax tree (code) that has the desired properties. From the GA perspective, wither the cost/fitness test involves executing code or not seems like just a detail of the GA optimization step.
But, the arbitrary nature of the code being executed in GP (vs a fixed set of parameters in a GA), gives the GP system a lot more flexibility in finding an effective solution. The potential solution space is a lot larger.
Re: A Field Guide to Genetic Programming (2008) [pdf]
#10I've always been fascinated by genetic programming, and I've always wondered why it isn't more prominent. Is it not actually that useful? Is it too hard to use? Does building magic black boxes scare people? I'd love to hear from anyone who's used genetic programming for... well, anything really.