Dear all, Is there any generic algorithm code for optimization implemented in R? I searched without success. Thanks, -- Zhu Wang Statistical Science Department Southern Methodist University Phone: (214)768-2453 Fax: (214)768-4035 Email: zhuw at mail.smu.edu
help.search("optimize") optim(base) General-purpose Optimization optimize(base) One Dimensional Optimization olvq1(class) Optimized Learning Vector Quantization 1 lmeScale(nlme) Scale for lme Optimization zhu wang wrote:> Dear all, > > Is there any generic algorithm code for optimization implemented in R? I > searched without success. > > Thanks,
Sorry, it is my bad. I mean genetic algorithm. It seems genoud {rgenoud} is the one I am looking for. On Thu, 2003-10-23 at 09:51, zhu wang wrote:> Dear all, > > Is there any generic algorithm code for optimization implemented in R? I > searched without success. > > Thanks,-- Zhu Wang Statistical Science Department Southern Methodist University Phone: (214)768-2453 Fax: (214)768-4035 Email: zhuw at mail.smu.edu
Are you sure? look at "nlm" on base pkg and at pkgs "nls" "nlme" ... all pkgs to minimize something optimize or better, what signify optimize for you? Best A.S. ---------------------------- Alessandro Semeria Models and Simulations Laboratory Montecatini Environmental Research Center (Edison Group), Via Ciro Menotti 48, 48023 Marina di Ravenna (RA), Italy Tel. +39 544 536811 Fax. +39 544 538663 E-mail: alessandro.semeria at cramont.it
Look at pkg gafit Bye A.S. ---------------------------- Alessandro Semeria Models and Simulations Laboratory Montecatini Environmental Research Center (Edison Group), Via Ciro Menotti 48, 48023 Marina di Ravenna (RA), Italy Tel. +39 544 536811 Fax. +39 544 538663 E-mail: alessandro.semeria at cramont.it
Hi. Here is GA. I've never used this. http://www.dst.unive.it/~claudio/R/index.html#ga But this can deal with GP(genetic programming)? Cheers.
Could it be that you meant genetic (rather than "generic") algorithm? If so, from the package descriptions, the "gafit" and "seao" packages on CRAN might be relevant. HTH, Andy> -----Original Message----- > From: zhu wang [mailto:zhuw at mail.smu.edu] > Sent: Thursday, October 23, 2003 10:51 AM > To: r-help at stat.math.ethz.ch > Subject: [R] generic algorithm > > > Dear all, > > Is there any generic algorithm code for optimization > implemented in R? I searched without success. > > Thanks, > -- > Zhu Wang > > Statistical Science Department > Southern Methodist University > Phone: (214)768-2453 > Fax: (214)768-4035 > Email: zhuw at mail.smu.edu > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo> /r-help >