ソースを参照

use of global variable

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):