Skip to content
Snippets Groups Projects
Commit 6d074bbe authored by Matthieu Oberon's avatar Matthieu Oberon
Browse files

debug

parent 5a2ee20c
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,7 @@ def ACO(Me, NbP, comm, alpha, rho, Q, nb_ants, tau_0, n_iter, n1=256, n2=256, n3 ...@@ -77,6 +77,7 @@ def ACO(Me, NbP, comm, alpha, rho, Q, nb_ants, tau_0, n_iter, n1=256, n2=256, n3
path_opti = best_p path_opti = best_p
tau = comm.Bcast(tau, root=0) tau = comm.Bcast(tau, root=0)
print("P:", Me, " --> Tab received: ", tau[0, 1:17])
if Me == 0: if Me == 0:
path_opti[0] *= 16 path_opti[0] *= 16
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment