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

change default values

parent 819dced1
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment