Commit Graph

9 Commits

Author SHA1 Message Date
root
3cb5fbf581 update hyperneat and related examples 2024-07-11 15:08:02 +08:00
root
ee8ec84202 odify genome for the official release 2024-07-10 11:24:11 +08:00
wls2002
52e5d603f5 add save and load function for classes. 2024-06-09 20:33:02 +08:00
wls2002
edfb0596e7 add input_transform and update_input_transform;
change the args for genome.forward.
Origin: (state, inputs, transformed)
New: (state, transformed, inputs)
2024-06-03 10:53:15 +08:00
wls2002
a07a3b1cb2 add KNN 2024-06-02 19:38:48 +08:00
wls2002
9f6154d128 update HyperNEAT;
All example can currently run!
2024-05-26 19:51:22 +08:00
wls2002
cf69b916af use black format all files;
remove "return state" for functions which will be executed in vmap;
recover randkey as args in mutation methods
2024-05-26 15:46:04 +08:00
wls2002
1fe5d5fca2 disable activation in the output node of network;
we recommend to use output_transform;
change hyperparameters (strong) in XOR example;
2024-05-22 11:09:25 +08:00
wls2002
47dbcbea80 change repo structure; modify readme 2024-03-26 21:58:27 +08:00