程序员最近都爱上了这个网站  程序员们快来瞅瞅吧!  it98k网:it98k.com

本站消息

站长简介/公众号

  出租广告位,需要合作请联系站长

+关注
已关注

分类  

暂无分类

标签  

暂无标签

日期归档  

暂无数据

Optimal scheduling and management of pumped hydro storage integrated with electric grid [closed]

发布于2024-12-08 09:59     阅读(828)     评论(0)     点赞(7)     收藏(4)


I am working on a problem where I have an energy storage tank that can store up to 200 hours of energy. I also have the hourly electricity price data for an entire year, known in advance. My goal is to develop an algorithm in MATLAB/Python that determines the optimal charging and discharging schedule to maximize profit (revenue from selling minus cost of buying).

Here are the key details and assumptions:

  • The tank can start in any initial state (empty, full, or partially full). If it starts with some charge, that initial charge is considered to have zero cost.
  • Each unit of energy in the tank carries the price at which it was purchased.
  • The tank capacity is limited to 200 units. I cannot exceed this limit when charging, and I cannot discharge when the tank is empty.
  • When buying electricity (charging), the efficiency is 100%, so the full amount purchased goes into the tank at the given price.
  • When selling electricity (discharging), I can only recover 60% of what is discharged as salable electricity (i.e., there is a 60% efficiency when selling energy from the tank).

I would like to know how to model and implement an algorithm in MATLAB/Python to solve this optimization problem. Any guidance on the approach—such as how to formulate it as a linear/integer programming problem or how to use MATLAB/Python’s optimization functions—would be greatly appreciated.

I expected to be able to map the problem onto a well-defined optimization model and then rely on solver capabilities to handle the complexity, rather than writing an exhaustive or heuristic search from scratch.


解决方案


暂无回答



所属网站分类: 技术文章 > 问答

作者:黑洞官方问答小能手

链接:https://www.pythonheidong.com/blog/article/2046421/334e982ff3f272179284/

来源:python黑洞网

任何形式的转载都请注明出处,如有侵权 一经发现 必将追究其法律责任

7 0
收藏该文
已收藏

评论内容:(最多支持255个字符)