Getting started¶
Open RAO (Remedial Action Optimizer) is an open-source toolbox that aims at providing a modular engine for remedial actions optimisation, part of the Linux Foundation Energy.
Useful links¶
Java¶
A java tutorial is available here.
Python¶
Based on PyPowsybl, OpenRao can be used with Python.
A Jupyter notebook is defined here.
Start using OpenRao¶
Mandatory input data are:
You will also need to define a set of rao parameters.
Outputs:
Understanding OpenRao¶
The following pages describe how OpenRao works:
For a fine understanding of the constraints defined in the Linear Problem, see this section.
Fine tuning your implementation of OpenRao¶
Check Combining performance and complexity to adapt your rao implementation.