I'm interested in evolutionary algorithms. I checked the genetic algorithms with R, but did someone try with genetic programming? Do you know if the code is written somewhere in R.
I don't know anything about CRAN for genetic programming in particular, although there is some work on this issue. In particular, check out the RGP package , which is still under development.
Otherwise, check out the RFreak package , which is a wrapper for the "Free Evolutionary Algorithm Set . "
, genalg, GA galgo
New package available:gramEvol: Grammatical evolution for R
Native R-implementation of grammatical evolution (GE). GE makes it easy to discover programs that can achieve your desired goal. This is achieved through evolutionary optimization of the collection of R expressions generated by the user context grammar (CFG) and cost function.
You can find the vignette here:Grammar evolution: a tutorial using gramEvol