-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend given_list_topo_encode when lines are disconnected #11
Comments
I here propose a code evolution to take that into account
|
Hello, I think that's a feature and not a bug, unfortunately What if both |
I chose to check only for the first one which might not be really nice in fact, more thoughts are needed I think |
Then yes both are legitimate. Yet in that case, you might only want to activate one of those two bits (chosen randomly) in the encoding to avoid redundancy. It would also make two examples to learn from one observation (but this is more a training optimisation) |
The current implementation of given_list_topo_encode does not allow to detect a topology present in list_topos if a line is disconnected at this substation.
For instance if we have in list_topo this sub_topology_in_dic=[1,2,2,2,1] and that the first line is disconnected giving this sub_topology_in_obs=[1,-1,2,2,1], a match is not found
The text was updated successfully, but these errors were encountered: