Commit Graph

14 Commits

Author SHA1 Message Date
wls2002
114ff2b0cc modifying 2023-06-27 18:47:47 +08:00
wls2002
acedd67617 change project structure and using .ini as config file 2023-06-15 11:05:26 +08:00
wls2002
47b1a1dbb2 refactor genome.py use (C, 4) to replace (2, N, N) to represent connections
faster, faster and faster!
2023-05-12 00:57:55 +08:00
wls2002
1f2327bbd6 clean imports and delete "create_XXX_functions" 2023-05-09 01:58:00 +08:00
wls2002
f63a0c447b create function_factory.py, use to manage functions 2023-05-09 01:49:43 +08:00
wls2002
e201d03157 add debug mode for create_xx_functions for detail time cost analysis 2023-05-08 15:42:25 +08:00
wls2002
d4a75b9394 use jit().lower.compile in create functions 2023-05-08 02:35:04 +08:00
wls2002
64f8eaccaf create function "distance_numpy", serve as o2o distance function 2023-05-07 23:47:53 +08:00
wls2002
47bb593a53 add method 'create_crossover_function' and 'create_distance_function' 2023-05-07 22:16:27 +08:00
wls2002
890c928b0f adjust parameter for xor problem 2023-05-07 16:21:41 +08:00
wls2002
a3b9bca866 bug down! Here it can solve xor successfully! 2023-05-07 16:03:52 +08:00
wls2002
a85e6eba78 debug-branch 2023-05-06 21:04:28 +08:00
wls2002
14fed83193 debuging 2023-05-06 18:33:30 +08:00
wls2002
6faa07f507 initial commit 2023-05-05 14:19:13 +08:00