Optimization in MATLAB: An Introduction to Quadratic Program

버전 1.8.0 (102 KB) 작성자: Seth DeLand
Files used in "An Introduction to Quadratic Programming" Webinar
다운로드 수: 5.1K
업데이트 날짜: 2021/4/23

라이선스 보기

A control strategy for optimal operation of a hydroelectric dam is found through nonlinear and quadratic programming techniques. We use symbolic math to formulate an original model of the hydroelectric dam and then optimize the operation schedule using FMINCON. We then show how improvements can be made to the optimization process and end up with a quadratic programming problem that can be solved efficiently using the large-scale "interior-point-convex" algorithm with the QUADPROG solver.
These files go along with the "An Introduction to Quadratic Programming" webinar, which can be found here: http://www.mathworks.com/videos/optimization-in-matlab-an-introduction-to-quadratic-programming-81868.html

인용 양식

Seth DeLand (2024). Optimization in MATLAB: An Introduction to Quadratic Program (https://www.mathworks.com/matlabcentral/fileexchange/35856-optimization-in-matlab-an-introduction-to-quadratic-program), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2021a
R2011b 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Quadratic Programming and Cone Programming에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

HydroelectricDamOptimization

버전 게시됨 릴리스 정보
1.8.0

Added a live script HydroelectricDamOptimization_ProblemBased.mlx that uses the new problem-based framework to make setting up the optimization problem much cleaner.

1.7.0.1

Updated license
Updated use of "sym" to clarify that variables are 'real'.

1.7.0.0

Updated 3 files with copyright information

1.0.0.0