[Rd] Improved Nelder-Mead algorithm - a potential replacement for optim's Nelder-Mead

Ravi Varadhan rvaradhan at jhmi.edu
Fri Mar 5 21:26:08 CET 2010


Hi,

I have written an R translation of C.T. Kelley's Matlab version of the Nelder-Mead algorithm.  This algorithm is discussed in detail in his book "Iterative methods for optimization" (SIAM 1999, Chapter 8).  I have tested this relatively extensively on a number of smooth and non-smooth problems.  It performs well, in general, and it almost always outperforms optim's implementation of Nelder-Mead.  I have obtained written permissions from both SIAM (publishers of Kelley's text) and from C.T. Kelley himself to make this publicly available in R. 

I have been planning on releasing this function either as a separate package or as one of the algorithms in a package containing derivative-free methods.  However, it was recently suggested to me by Soren Hosgaard that a better option would be to incorporate this as part of `optim' itself, either replacing existing Nelder-Mead or as another `method' in optim, so that it will be more widely used.   Would anyone from the R-core be interested in incorporting this into optim? It should be mentioned that my code is entirely written in R.  Therefore, speed gains could be achieved if translated into C (I am not proficient in C).  

Best,
Ravi.

____________________________________________________________________

Ravi Varadhan, Ph.D.
Assistant Professor,
Division of Geriatric Medicine and Gerontology
School of Medicine
Johns Hopkins University

Ph. (410) 502-2619
email: rvaradhan at jhmi.edu
-------------- next part --------------
An embedded message was scrubbed...
From: =?iso-8859-1?Q?S=F8ren_H=F8jsgaard?= <Soren.Hojsgaard at agrsci.dk>
Subject: SV: [R] Improved Nelder-Mead algorithm and Matlab's fminsearch. Was: Hi
Date: Fri, 05 Mar 2010 20:47:11 +0100
Size: 5724
URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20100305/9404b759/attachment.mht>


More information about the R-devel mailing list