Search code examples
rsymbolic-math

R packages for symbolic regression


I want to carry out a symbolic regression with R. The rgp package is the most recommended package on the internet but it was removed from CRAN.

https://cran.r-project.org/web/packages/rgp/index.html

Does anybody know some other equivalent packages in R?


Solution

  • An alternative package is the gramEvol package (on CRAN).

    I wrote a blog post about it with several examples:
    https://blog.ephorie.de/symbolic-regression-genetic-programming-or-if-kepler-had-r