image thumbnail

updated 1 year ago

fminsearchbnd, fminsearchcon by John D'Errico

Bound constrained optimization using fminsearch (bound, constraint, fminsearch)

fminsearchbnd_demo

fminsearchcon_demo

[x,fval,exitflag,output]=fminsearchcon(fun,x0,LB,UB,A,b,non...

image thumbnail

updated 2 years ago

Optimization Tips and Tricks by John D'Errico

Tips and tricks for use of the optimization toolbox, linear and nonlinear regression. (confidence intervals, tutorial, examples)

optimtips

[x,fval,exitflag,output]=fminsearchbnd(fun,x0,LB,UB,options...

consolidator(x,y,aggregation_mode,tol)

image thumbnail

updated 4 years ago

DFP quasi Newton method by Bapi Chatterjee

It solves an optimization problem by DFP quasi Newton method. (quasi newton, convex, unconstrained)

quasi_newton_dfp.m

image thumbnail

updated 4 years ago

Steepest descent method by Bapi Chatterjee

It solves an optimization problem by steepest descent method. (steepest descent, convex, minimization)

steepestdescent.m

image thumbnail

updated almost 9 years ago

Entrop by Michael Boss

ENTROP implements a special version of the algorithm for entropy maximization. (approximation, interpolation, entropy)

[X,Exit]=entrop(U,A,b,t,maxiter,tol);

Contact us