ascheppach
ascheppach
Thanks for your fast reply! Currently I am using your original code, so it is not due to new scenario. As I said, line 'possible_disconnects = [i for i in...
Yes, I get your point. As the prediction of a candidate is computationally cheap, I can just use random sampling and increase the number of samples per iteration? I have...
Thank you, I understand your explanation. But why do you assign then only one new connection in 'new_adj[node_to_connect, to_connect] = 1' in line 40 of mutate.py (folder opendomain_utils)? Because in...