Hacker News new | ask | show | jobs
by CarVac 31 days ago
Simplex methods can handle those tough situations, though.
1 comments

Simplex is not applicable. Simplex only minimises a linear function (f(x)=c'x) under linear inequality constraints (Ax≤b). The minimisation problem here is unconstrained, but (very) non-linear.
I guess I wasn't being precise, I meant Nelder-Mead.