Releases: ettoreaquino/powersddp
Releases · ettoreaquino/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
sdp
solver method
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.yml
of follow the example in the documentation.
Future Releases
- Plot 3D shape when multiple HGUs are operating
- More solver methods
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 : dict
params.PowerSystem.dispatch()
results in aDataFrame
depicting economical operationdispatch()
can receive optional paramsverbose=True
and/orplot=True
.dispatch()
uses a Stochastic Dynamic Programming method to solve the minimization function.