Skip to content
Prev 277023 / 398506 Next

optim seems to be finding a local minimum

Rolf Turner <rolf.turner <at> xtra.co.nz> writes:
Simulated annealing and other stochastic global optimization 
methods are also possible solutions, although they may or may not
work better than the many-starting-points solution -- it depends
on the problem, and pretty much everything has to be tuned.  Tabu
search <http://en.wikipedia.org/wiki/Tabu_search> is another possibility,
although I don't know much about it ...