Skip to content
Prev 140781 / 398506 Next

DE optimization with equality constraint

On Mon, Mar 31, 2008 at 5:14 PM, Hans W. Borchers <hwborchers at gmail.com> wrote:
Regarding this point, I agree with you.
Yes, but with optim one can be (almost) sure that the solution
returned is an optimum (at least locally); with DEoptim one cannot be
sure about that (it may be a non-optimum, locally or globally).
Surely, but just try to solve an optimization problem with 100
variables with both approaches. In spite of being the same problem,
you will probably see that optim is far faster than DEoptim.

Paul