Closed thomaswolgast closed 3 weeks ago
Probably it's a good approach to define a Constraint or Violation object to achieve this, considering the three (!) return values currently in the base env class.
The default constraints should simply be extracted from the pandapower net
Currently, adding new constraints is very complicated because some hidden methods need to be overwritten. Further, there is no simple way to remove the standard constraints (voltage band, line load, etc.).
Goal: The user should be able to easily define new constraints and add them to a given environment.
TODO: