Hi ,
There are a lot of R packages that do heuristics and maybe meta-heuristics for specific and general problems domain as shown in the following link:
http://cran.r-project.org/web/views/
http://cran.r-project.org/web/packages/pso/pso.pdf
http://cran.r-project.org/web/packages/GA/index.html
http://cran.r-project.org/web/packages/GenSA/GenSA.pdf
http://cran.r-project.org/web/packages/neural/index.html
.........etc.
How can one do hyper-heuristics with these packages or is it difficult doing it?
Thanks