Page 1 of 1

Simplex Algorithm

Posted: 26 Aug 2013, 09:09
by MDP
Dear all,

The simplex optimization method is recommended in the elegant manual. I used it for the optimization of an extraction arc and it worked fine. However, I was wondering if you could tell my why the simplex method is recommended and not any other optimization algorithm. Is it the fact that this method does not require the derivatives of the optimization function which makes it faster and more stable?

Thank you in advance!
Best regards,
Matthias

Re: Simplex Algorithm

Posted: 16 Sep 2013, 08:33
by michael_borland
Matthias,

Mostly, it is recommended based on experience. It tends to find solutions more reliably than the other methods we've tried.

--Michael

Re: Simplex Algorithm

Posted: 18 Nov 2013, 05:25
by MDP
Hi Michael,

thanks for your help!

Best regards,
Matthias