From 5e0130e1093005e41edf34c7f1dc6a1d50ada848 Mon Sep 17 00:00:00 2001 From: wls2002 Date: Fri, 12 May 2023 01:05:49 +0800 Subject: [PATCH] faster, faster and faster! --- utils/default_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/default_config.json b/utils/default_config.json index 23359ba..50fce9d 100644 --- a/utils/default_config.json +++ b/utils/default_config.json @@ -14,7 +14,7 @@ "fitness_criterion": "max", "fitness_threshold": -0.001, "generation_limit": 1000, - "pop_size": 5000, + "pop_size": 10000, "reset_on_extinction": "False" }, "gene": {