This commit is contained in:
wls2002
2023-05-13 20:58:03 +08:00
parent 90a9cc322d
commit 72c9d4167a
10 changed files with 372 additions and 529 deletions

View File

@@ -12,7 +12,7 @@ def main():
config = Configer.load_config()
problem = Xor()
problem.refactor_config(config)
pipeline = Pipeline(config, seed=0)
pipeline = Pipeline(config, seed=1)
pipeline.auto_run(problem.evaluate)