I need some examples for Genetic and Evolutionary algorithms in C++.
For solving different problems, not only the Traveling Salesman Problem.
I couldn't find any myself, not in c++.
What do you mean? I needed examples in order to be able to look at different approaches to solving problems with GA and EA. I will try to make one for solving the Rubik's cube and when I have more experience I will try something a little more advanced. But it will take a lot of time, since there are very few GA and EA source codes available on the net. Found some free lectures on Machine Learning from Stanford University though
I don't need a library. I need an example for something like tetris, checkers, and solving a specific problem. I have found some code on codeproject.com... But it has a lot of code that I don't need (graphics, button handling ect)