Commit Graph

14 Commits

Author SHA1 Message Date
wls2002
e711146f41 perfect! fix all bugs! 2023-07-01 17:46:01 +08:00
wls2002
eb15ff72fe fix a bug in stagnation 2023-07-01 16:55:45 +08:00
wls2002
2a6e958408 update speciate function 2023-07-01 15:13:08 +08:00
wls2002
f6dcb97df8 modify method cal_spawn_numbers
spawn_number = previous_size + (target_spawn_number - previous_size) * jit_config['spawn_number_move_rate']
2023-07-01 13:36:19 +08:00
wls2002
896082900a add column "members_count" to species_info 2023-06-29 10:39:50 +08:00
wls2002
f5c1ce72f9 add visualize module 2023-06-29 10:20:48 +08:00
wls2002
01b7731231 optimize import 2023-06-29 09:41:49 +08:00
wls2002
d28cef1a87 The whole NEAT algorithm is written into functional programming. 2023-06-29 09:28:49 +08:00
wls2002
114ff2b0cc modifying 2023-06-27 18:47:47 +08:00
wls2002
ba369db0b2 Perfect!
Next is to connect with Evox!
2023-06-25 02:57:45 +08:00
wls2002
0cb2f9473d finish ask part of the algorithm;
use jax.lax.while_loop in graph algorithms and forward function;
fix "enabled not care" bug in forward
2023-06-25 00:26:52 +08:00
wls2002
86820db5a6 modifying 2023-06-21 19:42:15 +08:00
wls2002
35b095ba74 modifying 2023-06-19 17:32:34 +08:00
wls2002
5cbe3c14bb Current Progress: After final design presentation 2023-06-19 15:17:56 +08:00