Tagged Questions

6
votes
4answers
312 views

Genetic Programming in C?

I want to create an algorithm using genetic programming, based on symbolic regression. I read some articles about that, some examples written on java or c++. Maybe is more difficult because it ...