Skip to content
Prev 199911 / 398503 Next

Implementation of the "Shuffled Complex Evolution" (SCE-UA) Algorithm

Simon Seibert <simon.seibert <at> mytum.de> writes:
I am looking into stochastic global optimization routines, such as variants of
genetic algorithms (GA), particle swarm optimization (PSO), and shuffled complex
(SCE) or differential evolution (DE).

At the moment I am testing a free Matlab implementation of SCE-UA. If that turns
out to be interesting and effective, I will translate it into an R function,
maybe within the next few weeks -- except, of course, someone else is going to
do an implementation of a similar procedure.

Right now I am not totally convinced. Maybe you try your problem with other
approaches available in R (see e.g. the Optimization task view).

Regards
Hans Werner