From 879023296f9a088e1b4d7c2164e4660133d669f0 Mon Sep 17 00:00:00 2001 From: Giuseppe Bocci <61885676+GiuseppeBocci@users.noreply.github.com> Date: Wed, 30 Aug 2023 17:05:00 +0200 Subject: [PATCH] max iter from 500 to 300 --- utils/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/utils.py b/utils/utils.py index a19a439..2bfdc51 100644 --- a/utils/utils.py +++ b/utils/utils.py @@ -36,7 +36,7 @@ def _missing_(cls, value): default_threshold = 0.1 threshold = default_threshold metric = 'aps' -max_iter = 300 # TODO: da modificare +MAX_ITER = 300 stop_criterion = 'calculate' # number of iterations to find the stop criterion value N_ITERATIONS = 5