I'm interesting in evolutionary algorithms. I have tested genetic algorithms with R but has someone tried with genetic programming? Do you know, if there are code somewhere written in R.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I'm not aware of anything on CRAN for genetic programming in particular, although there is some work being done on the problem. In particular, have a look at the RGP package that is still in development. Otherwise, have a look at the RFreak package, which is a wrapper for the "Free Evolutionary Algorithm Kit". |
||||
|
|
library("sos"); findFn("{genetic algorithm}")– Ben Bolker Apr 29 at 13:41