Re: [Rd] Java->R functions (or possibly C++ -> R)

2008-04-20 Thread esmail bonakdarian
Hi > Genetic algorithms / evolutionary computing _are_ already available via CRAN, > see eg rgenoud and DEoptim. Wrapping existing ones is also fairly easy; I am > sometimes use PGAPack from R at work (using non-released code) thanks for the pointers to the various packages, I'll check them out.

Re: [Rd] Java->R functions (or possibly C++ -> R)

2008-04-20 Thread Dirk Eddelbuettel
On 20 April 2008 at 09:22, esmail bonakdarian wrote: | I am trying to implement a simple Genetic Algorithm using some of the | functions of R (such as lm). I am a total newbie with regard to R, but | not programming or GAs. Genetic algorithms / evolutionary computing _are_ already available via C

[Rd] Java->R functions (or possibly C++ -> R)

2008-04-20 Thread esmail bonakdarian
Hello all, I am trying to implement a simple Genetic Algorithm using some of the functions of R (such as lm). I am a total newbie with regard to R, but not programming or GAs. I thought I would have to do this in R but now it seems there are ways to call R functions from Java after all. (C++ woul