Skip to content

EnergyAssetOptimization/EAO

Folders and files

NameName
Last commit message
Last commit date
Nov 13, 2024
Oct 14, 2023
Dec 5, 2024
Dec 5, 2024
Dec 5, 2024
Dec 2, 2024
May 28, 2021
Apr 24, 2024
Nov 18, 2024
Dec 4, 2024

Repository files navigation

CI

The Energy Asset Optimization (EAO) package

The EAO package is a modular Python framework, designed to enable practitioners to use, build and optimize energy and commodity trading portfolios using linear or mixed integer programming as well as stochastic linear programming. It provides an implementation of

  • standard assets such as contracts, transport and storages
  • addition of new asset types
  • their combination to complex portfolios using network structures
  • (de-) serialization to JSON
  • basic input & output functionality

We found that the approach is useful for modeling very different problem settings, such as decentral and renewable power generation, green power supply and PPAs and sector coupling in ad-hoc analysis, market modeling or daily operation.

You can find the documentation along with several sample notebooks here: EAO documentation

And an extensive technical report here: Report

To install: pip install eaopack