Iegor Riepin
Iegor Riepin
# Implement stochastic programming formulation in PyPSA This is **a draft**. This PR will close https://github.com/PyPSA/PyPSA/issues/575 With this functionality, it should be possible to replicate this stochastic problem out-of-the-box with...
We have been iteratively coming back to discussion that Stochastic Programming (SP) is one of the most wished features. There is an [example notebook](https://discord.com/channels/911692131440148490/1047183573028962355) with SP in PyPSA; however, that...
## Checklist - [x] I am using the current [`master`](https://github.com/PyPSA/pypsa-eur/tree/master) branch or the latest [release](https://github.com/PyPSA/pypsa-eur/releases). Please indicate. - [x] I am running on an up-to-date [`pypsa-eur` environment](https://github.com/PyPSA/pypsa-eur/blob/master/envs/environment.yaml). Update via `conda...
expand model prototype for project's Stage 3 prepared in https://github.com/PyPSA/247-cfe/pull/17 - [x] add LDES into 24/7 CFE & learning models (selection: iron-air battery) - [x] complete geographical scope - [...
## Checklist - [x] I am using the current [`master`](https://github.com/PyPSA/pypsa-eur/tree/master) branch or the latest [release](https://github.com/PyPSA/pypsa-eur/releases). Please indicate. - [x] I am running on an up-to-date [`pypsa-eur` environment](https://github.com/PyPSA/pypsa-eur/blob/master/envs/environment.yaml). Update via `conda...
# Implement stochastic programming formulation in PyPSA This is **a draft**. This PR will: -- add an option to cast a two-stage stochastic programming formulation with pypsa out-of-the-box. -- add...
Closes #848 Included PRs: - #1076 - #1164 - #1166 ## New Optimisation Module This is a code placeholder for incoming PR with refactored optimization module with two objectives in...
we have a broken documentation in several places: https://pypsa-eur.readthedocs.io/en/latest/preparation.html#module-simplify_network https://pypsa-eur.readthedocs.io/en/latest/preparation.html#module-cluster_network the problem is in path to exemplary images: https://github.com/PyPSA/pypsa-eur/tree/master/doc/img Tracing back file change history, the bug was introduced here #1201...
### Problem We notice in several [PyPSA-Eur](https://pypsa-eur.readthedocs.io/en/latest/) runs for ongoing projects that PyPSA-Eur favors rooftop solar. There are multiple factors contributing to this, but an important issue here is that...
### Version Checks (indicate both or one) - [ ] I have confirmed this bug exists on the lastest [release](https://github.com/pypsa/pypsa/releases) of PyPSA. - [x] I have confirmed this bug exists...