Jérôme BUISINE преди 4 години
родител
ревизия
021313873e
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      find_best_attributes.py

+ 1 - 0
find_best_attributes.py

@@ -148,6 +148,7 @@ def main():
 
     # init solution (`n` attributes)
     def init():
+        global number_of_values
         return BinarySolution([], number_of_values).random(validator)
 
     if not os.path.exists(cfg.output_backup_folder):