Badges
(Customize these badges with your own links, and check https://shields.io/ or https://badgen.net/ to see which other badges are available.)
How to use demoses_distibuted_optimization
A distributed optimization approach based on ADMM for iteratively coordinating the interactions between electricity supply and demand agents until convergence (market equilibrium).
The project setup is documented in project_setup.md. Feel free to remove this document (and/or the link to this document) if you don't need it.
Installation
To install demoses_distibuted_optimization from GitHub repository, do:
git clone git@github.com:ChristianDDinga/demoses-distributed-optimization.git
cd demoses-distributed-optimization
python -m pip install .
Documentation
Include a link to your project's full documentation here.
Contributing
If you want to contribute to the development of demoses_distibuted_optimization, have a look at the contribution guidelines.
Credits
This package was created with Cookiecutter and the NLeSC/python-template.