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 sdp solver 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 method
    • dispatch(solver='sdp') uses a Stochastic Dual Programming method

Changes

  • PowerSystem.dispatch() now works with multiple Hydro Units. Declare them respecting the examples in system-hydro.yml of 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 using path : str ( .yml file) or a data : dict params.
  • PowerSystem.dispatch() results in a DataFrame depicting economical operation
    • dispatch() can receive optional params verbose=True and/or plot=True.
    • dispatch() uses a Stochastic Dynamic Programming method to solve the minimization function.

Changes

- Python
Published by ettoreaquino over 4 years ago