complete HyperNEAT!

This commit is contained in:
wls2002
2023-07-21 15:03:12 +08:00
parent 80ee5ea2ea
commit 48f90c7eef
32 changed files with 432 additions and 136 deletions

View File

@@ -33,12 +33,10 @@ class BaseGene:
def distance_conn(state, conn1: Array, conn2: Array):
return conn1
@staticmethod
def forward_transform(nodes, conns):
def forward_transform(state, nodes, conns):
return nodes, conns
@staticmethod
def create_forward(config):
return None
return None