So that's it! That's all there is to Genetic Programming for this project. I am going to randomly create line segments, "evolve" them to be as close/near/adjacent to the class as possible, spawn more line segments (or take one or two away), and keep iterating until I have created a class region that is as optimal as possible given the cost function. Then, I do it again and again to create more classes (and ultimately Python routines).

Return to my homepage