From 3a22269d824c53bdfea00a38b73379cc688dece8 Mon Sep 17 00:00:00 2001 From: alberich <matthieu.oberon@student-cs.fr> Date: Fri, 2 Apr 2021 13:13:57 +0200 Subject: [PATCH] change default values --- 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 37ea2c7..df650a3 100644 --- a/Appli-iso3dfd/ACO.py +++ b/Appli-iso3dfd/ACO.py @@ -114,14 +114,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