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.
powsybl-open-rao repository contains the main features of Open RAO.
For detailed information about Open RAO toolbox, please refer to the detailed documentation.
This project and everyone participating in it is governed by the PowSyBl Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
In order to build powsybl-open-rao, you need the following environment available:
- Install JDK (17 or greater),
- Install Maven latest version.
Open RAO needs a load flow implementation and a sensitivity analysis implementation at runtime, following the interfaces of powsybl-core which documentation is available here. Note that for obvious reasons, included performances, reliability and transparency, Open RAO uses Powsybl Open Load Flow by default, but you can prefer you own implementation.
If you prefer to get familiar with OpenRAO using a real example, take a look at this tutorial.
This project is licensed under the Mozilla Public License 2.0 - see the LICENSE.txt file for details.
Please read the instructions here.