From 091423085b52712faa61720d6ae83ddcc292df57 Mon Sep 17 00:00:00 2001 From: alberich <matthieu.oberon@student-cs.fr> Date: Thu, 1 Apr 2021 18:12:28 +0200 Subject: [PATCH] change default value --- Appli-iso3dfd/ACO.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Appli-iso3dfd/ACO.py b/Appli-iso3dfd/ACO.py index 204cdd6..3770648 100644 --- a/Appli-iso3dfd/ACO.py +++ b/Appli-iso3dfd/ACO.py @@ -150,14 +150,14 @@ if __name__ == "__main__": rho = 0.1 Q = 0.1 nb_ants = 2 - tau_0 = Q*100 + tau_0 = Q*300 n_iter = 1 fancy_strategy = "AS" # Parameters for compilation and execution of iso3dfd nb_threads = 8 reps = 100 - n1_max, n2_max, n3_max = 256, 256, 256 + n1_max, n2_max, n3_max = 512, 512, 512 optimization = "-O3" simd = "avx512" -- GitLab