Skip to content

powerdssp 0.0.1

Compare
Choose a tag to compare
@ettoreaquino ettoreaquino released this 24 Aug 22:32
· 35 commits to main since this release

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