modify NEAT package; successfully run xor example

This commit is contained in:
root
2024-07-11 10:10:16 +08:00
parent 52d5f046d3
commit 4a631f9464
14 changed files with 420 additions and 502 deletions

View File

@@ -8,5 +8,5 @@ class BaseMutation(StatefulBaseClass):
self.genome = genome
return state
def __call__(self, state, randkey, genome, nodes, conns, new_node_key):
def __call__(self, state, randkey, nodes, conns, new_node_key):
raise NotImplementedError