Skip to content

powerdssp 0.0.2

Compare
Choose a tag to compare
@ettoreaquino ettoreaquino released this 25 Aug 23:14
· 10 commits to main since this release

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