![]() updated 3 months ago |
minimization of a function by random iterative search Optimization method: Locates a minimum of a target function. Converges to global optimum. b =min_by_random_search_test_func(v) |
0 Comments 22 Downloads (30 Days) |
![]() updated 12 months ago |
Numerically Design Power Complementary IIR(FIR) Filter One iir filter is given, design power (or magnitude) complementary filter numerically |
0 Comments 4 Downloads (30 Days) |
![]() updated 1 year ago |
Bound constrained optimization using fminsearch [x,fval,exitflag,output]=fminsearchcon(fun,x0,LB,UB,A,b,non... |
68 Comments 251 Downloads (30 Days) |
![]() updated almost 2 years ago |
Tips and tricks for use of the optimization toolbox, linear and nonlinear regression. [x,fval,exitflag,output]=fminsearchbnd(fun,x0,LB,UB,options... |
46 Comments 211 Downloads (30 Days) |
![]() updated 2 years ago |
Simple example of the Simplex Method It's a function that finds the minimum value of a two variables function with the simplex method. |
0 Comments 25 Downloads (30 Days) |
![]() updated 2 years ago |
this function finds the interval in which minima of function lies,using the Fibonacci series. |
0 Comments 15 Downloads (30 Days) |
![]() updated 4 years ago |
It solves an optimization problem by DFP quasi Newton method. |
3 Comments 26 Downloads (30 Days) |
![]() updated 4 years ago |
It solves an optimization problem by steepest descent method. |
3 Comments 48 Downloads (30 Days) |
![]() updated 13 years ago |
Solves constrained minimization problems, some of the variables are restricted to discrete values [c,ceq,gc,gceq,hc,hceq]=h134org(x,varargin) fminconset(fun,x0,A,b,Aeq,beq,lb,ub,nonlcon,options,set,Jmi... |
3 Comments 23 Downloads (30 Days) |