Recent Releases of powersddp
powersddp - powersddp 0.0.3
Release 0.0.3
Third release
Additions
PowerSystem.dispatch(solver='sdp')can now plot 3D surfaces when dispatching more than one hydro unit
Changes
Future Releases
- More solver methods
- Improved outputs for
sdpsolver method
- Python
Published by ettoreaquino over 4 years ago
powersddp - powerdssp 0.0.2
Release 0.0.2
Second release!!
Additions
PowerSystem.dispatch()can receive specific solver methods:dispatch(solver='ulp')uses a Unique Linear Programming methoddispatch(solver='sdp')uses a Stochastic Dual Programming method
Changes
PowerSystem.dispatch()now works with multiple Hydro Units. Declare them respecting the examples insystem-hydro.ymlof follow the example in the documentation.
Future Releases
- Plot 3D shape when multiple HGUs are operating
- More solver methods
- Python
Published by ettoreaquino over 4 years ago
powersddp - powerdssp 0.0.1
Release 0.0.1
First release!!
@Jppbrbs entered the project.
Additions
powersddp.PowerSystem()class initializes a power system either usingpath : str( .yml file) or adata : dictparams.PowerSystem.dispatch()results in aDataFramedepicting economical operationdispatch()can receive optional paramsverbose=Trueand/orplot=True.dispatch()uses a Stochastic Dynamic Programming method to solve the minimization function.
Changes
- Python
Published by ettoreaquino over 4 years ago