update HyperNEAT;

All example can currently run!
This commit is contained in:
wls2002
2024-05-26 19:51:22 +08:00
parent 18c3d44c79
commit 9f6154d128
15 changed files with 112 additions and 78 deletions

View File

@@ -1,4 +1,10 @@
from utils import State
class BaseSubstrate:
def setup(self, state=State()):
return state
def make_nodes(self, query_res):
raise NotImplementedError