浏览代码

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