动态规划法的机组组合我要分享

UNIT COMMITMENT BY DYNAMIC PROGRAMMING METHOD

matlab

关注次数: 234

下载次数: 1

文件大小: 12.67 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:版本 v8 引擎-一些基本的检查了在添加对数据可用性。程序可以使用:-生成器要致力优先列表-完成枚举 (所有的可能组合)优先级列表基于空载成本和增热耗率的数据。这个程序中,使用一种向前的 DP 技术,也不会考虑到帐户时间分辨率不同于 1 h。程序功能由一组开关 (标志) 控制。应改进更改代码中的事情:-修改代码,所以它可以处理任何时间分辨率 (不只 1 h)— — 因为那里是线性增加的成本方法中的系数与系数之间的关系二次型成本方法,就可以估计前者 (如果不给出)基于后者。这可以做离线 (使用为例,最小二乘方法)和它将提供更多功能的程序 (如.使用快速调度或优先级列表即使只有二次系数给出)。-......任何其他持久性有机污染物在你的心中。


English Description:

 version V8    - some basic check up on data availability added on.  Program can use either:       - priority list of generators to be committed       - complete enumeration (all possible combinations) Priority list is based on the no load cost and incremental heat rate data. This program, uses a forward DP technique, and does not take into account time resolution different from 1h. Program features are controlled by a set of the switches (flags). THINGS THAT SHOULD BE IMPROVED/CHANGED IN THE CODE: - modify the code so it can deal with any time resolution (not only 1h) - since there is a relation between coefficients in linear cost methods and coefficients in    quadratic cost method, it is possible to estimate the former one (if not given)    based on t


代码预览