Optimization in MATLAB An Introduction to Quadratic Programming

preview_player
Показать описание
In this webinar, you will learn how MATLAB can be used to solve optimization problems. An example quadratic optimization problem is given, and the symbolic math tools in MATLAB are used to move from the governing equations to an objective function that can be evaluated. Different methods are used to obtain a solution, and the trade-offs between development time and solution time are demonstrated. Finally, the example is scaled up to the full, large-scale problem.

Highlights include:

Identifying quadratic problems during the optimization process
Formulating an optimization problem in MATLAB
Speeding up gradient calculations using Symbolic Math Toolbox™
Scaling up to a large-scale, constrained quadratic programming problem
Рекомендации по теме
Комментарии
Автор

Wonderful example to demonstrate how to solve the Quadratic Problem using MATLAB. Thanks for the video.

hikeanurag
Автор

The link of the code should be in the description

dr.alikhudhair
Автор

How is it possible to know in advance the Inflow rate in the reservoir? I suppose that the inflow is actually a river, and its flow rate depend strongly on weather conditions. How can this be predicted with high precision?

stoyanpetkov
Автор

hello how did you get second part inside the function (the ones with question marks) spgdiags ([ - - - -], ? ? ? ??, row, col) ?

surajadhikari