marota / ExpertOp4Grid

Expert System agent to operate a power grid
https://expertop4grid.readthedocs.io/en/latest
Mozilla Public License 2.0
7 stars 2 forks source link

Unecessary symetrical simulations #20

Closed marota closed 4 years ago

marota commented 4 years ago

For a same topology, there are two ways to implent it:

Only one of those should be simulated with the expert system.

Test Case

using gridPath=yourPath/rte_case14_realistic in config.ini

Running python -m alphaDeesp.main -l 4 -c 0 -t 518

We have a good use case to solve with an overload on line with ID 4

image

For instance, actions [1,2,1,2,1] (with id 10) and [2,1,2,1,2] (with id 11) at substation 4 are identical One of those should not be simulated

marota commented 4 years ago

Basically when you see the same "Efficacy" you run twice the same action

marota commented 4 years ago

done in fa649892181d30cd45db20f7c92360e6a707e3a7