文件名称:Probabilistic-Algorithm-for-5CP
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-21 05:55:48
Python
此代码对应于“为大型消费者预测安大略省峰值减少计划中的峰值需求天数”论文中的概率算法[1,2]。 所需资料: 安大略省的实际每小时需求: : -> 安大略省历史每小时和市场需求 安大略省短期每小时需求预测: : 天气数据: : 18 个月展望中的长期峰值需求预测: : 算法: 详细信息在 [1,2] 中。 概率算法的代码在 ProbabilisticAlgorithm.py 中。 输入样本: thres_d=22355 #需求阈值(在[2]的表6中指定) thres_t=30 #温度阈值 thres_p=0.1 #概率阈值\nweatherfile='Weather2012.csv' #Schema:|Date(YYYYDDMM)|Date+Hour(YYYYDDMMHR)|温度| actualdemandfile='ActualPeak_2012.csv
【文件预览】:
Probabilistic-Algorithm-for-5CP-master
----ProbabilisticAlgorithm.py(5KB)
----README.md(2KB)