Code covered by the BSD License  

Highlights from
OpenOpt

image thumbnail
from OpenOpt by Dmitrey Kroshko
nonSmoothSolve (similar to fsolve), non-smooth & noisy local + some global solvers; works in Octave

MinusLemarechal(x)
function r = MinusLemarechal(x)
prob.user = [];
prob.user.n=2;
r = -Lemarechal(x, prob);

Contact us at files@mathworks.com