image thumbnail

updated 1 year ago

Optimization in MATLAB: An Introduction to Quadratic Programming by Seth DeLand

Files used in "An Introduction to Quadratic Programming" Webinar (fmincon, nonlinear programming, nonlinear optimizatio...)

Hess(in1)

calculateValue(s0,price,inFlow,turbFlow,spillFlow,C2A,n)

createPlots(turbFlow,spillFlow,inFlow,price,s0,C2A,n)

image thumbnail

updated 1 year ago

hessianAnalysisDemo by Steinar Elgsæter

Demo of how Hessian analysis can reveal a poorly scaled estimation problem (hessian, numerical analysis, modeling)

hessianAnalysisDemo.m

image thumbnail

updated 3 years ago

Quadratic programming by Wolf's method by Bapi Chatterjee

The function wolf solves a (convex) QPP using Wolf or restricted entry simplex method (wolfs method, qpp, quadratic programming)

[x,fval]=wolf(D,l,b,Mat,inq,minimize)

image thumbnail

updated almost 4 years ago

Quadratic Programming Solution to Dynamic Economic Dispatch by Saloman Danaraj

This program solves the Dynamic Economic Dispatch by quadratic Programming. (dynamic economic disp..., power systems, quadratic programming)

dyneld.m

test1.m

image thumbnail

updated almost 5 years ago

Qudratic Programming problem solved by linear complementory pivoting by Hong

Qudratic Programming problem solved by linear complementory pivoting (optimization, quadratic programming, linear)

QuadLCP (M,q)

image thumbnail

updated 5 years ago

Economic emission dispatch by Saloman Danaraj

This software solves the economic emission dispatch by quadratic programming (emission dispatch, optimization, economic dispatch)

[P Fcost Emi Pl]=emield(elddata,emidata,h1,h2,B,Pd)

test.m

image thumbnail

updated 5 years ago

Economic dispatch by quadratic programming by Saloman Danaraj

This software solves the economic dispatch problem by quadratic programming (power systems, quadratic programming, economic dispatch)

[P Fcost Pl]=eld(data,B,Pd)

test.m

Contact us