Skip to content
Prev 242659 / 398500 Next

Fast Two-Dimensional Optimization

Wonsang You <you <at> ifn-magdeburg.de> writes:
This is not nearly enough information for us to help. The answer
depends on the characteristics of your objective function.  You may be
able to quadruple the speed of your optimization by coding your objective
function more efficiently in R or by re-coding it in C or C++. You may
be able to choose better starting conditions.  You may be able to pick
an optimization method that is more suitable for your objective function
(see ?optim and the "optimx" package on r-forge).

  Ben Bolker