一个水电站优化运行控制策略是通过非线性二次规划技术来实现。
Optimization in MATLAB: An Introduction to Quadratic Programming
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/company/events/webinars/wbnr62151.html
calculateValue.m createPlots.m DefineConstraints.m dispSymbolicHessianMatrix.m grad.m Hess.m HydroelectricDamOptimization.m HydroelectricDamOptimization_largeScale.m objFcn.m plotResults.m