gpu slice is very slow. fix this problem

This commit is contained in:
wls2002
2023-05-10 17:48:07 +08:00
parent 9dfa904ce5
commit 3f37d79d06
4 changed files with 84 additions and 30 deletions

View File

@@ -5,14 +5,14 @@
"problem_batch": 4,
"init_maximum_nodes": 10,
"expands_coe": 2,
"pre_compile_times": 2
"pre_compile_times": 3
},
"neat": {
"population": {
"fitness_criterion": "max",
"fitness_threshold": 76,
"generation_limit": 100,
"pop_size": 1000,
"pop_size": 2000,
"reset_on_extinction": "False"
},
"gene": {