from Condor Optimizer by Frank Vanden Berghen
CONDOR: a constrained, non-linear, derivative-free optimizer for continuous, high computing load, no

test_SuperSimple.m
pSS.xstart=[0 0];
pSS.f = 'OF_SuperSimple';
pSS.lb=[-10 -10];
pSS.ub=[  3   3];
pSS.a=[-1 -1];
pSS.b=[-4];
pSS.rhostart=1;
pSS.rhoend=.9;
pSS.niter=1000;
; pSS.scalingFactor=[];
[pSS.xopt,pSS.valueopt,pSS.lambdaopt,pSS.trace] = ...
   matlabCondor(pSS.rhostart,pSS.rhoend,pSS.niter,pSS);
pSS.xopt

Contact us at files@mathworks.com