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

improve print

parent ed77097a
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ if __name__ == "__main__":
n1=n1, n2=n2, n3=n3, fancy_strategy=fancy_strategy,
nb_threads=nb_threads, reps=reps)
print(f"Le chemin optimal est {path_opti}.")
print(f"Le throughput associé est alors {-1*cost_opti}.")
print(f"Le throughput associé est alors {-1*cost_opti} MPoint/s.")
else:
ACO(Me, NbP, comm, alpha, rho, Q, nb_ants, tau_0, n_iter,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment