Skip to content

Commit

Permalink
max iter from 500 to 300
Browse files Browse the repository at this point in the history
  • Loading branch information
GiuseppeBocci authored Aug 30, 2023
1 parent 14762a9 commit 8790232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8790232

Please sign in to comment.