Skip to content

Files

Latest commit

f48ff76 · Oct 29, 2022

History

History
19 lines (12 loc) · 1007 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 1007 Bytes

Smart control algorithm

This repository contains a concise implementation of the smart control algorithm proposed in a research paper by Philippe de Bekker. Based on analysing various designed cases, the paper defined the heuristics of a smart control algorithm that matches power supply and demand optimally. The core of improvement of the smart control algorithm is exploiting future knowledge, which can be realized by current state-of-the-art forecasting techniques, to effectively store and trade energy. In addition, a simulation environment is provided.

DOI

Installation

Use the package manager pip to run this repository.

pip install -r requirements.txt

Usage

Create an instance of OptimizedModel (i.e. provide data and a Battery instance) and call run().

License

No License (= No Permission)