create function "distance_numpy", serve as o2o distance function

This commit is contained in:
wls2002
2023-05-07 23:47:53 +08:00
parent b257505bee
commit 64f8eaccaf
3 changed files with 95 additions and 6 deletions

View File

@@ -9,8 +9,8 @@
"population": {
"fitness_criterion": "max",
"fitness_threshold": 76,
"generation_limit": 1000,
"pop_size": 200,
"generation_limit": 100,
"pop_size": 1000,
"reset_on_extinction": "False"
},
"gene": {