adjust default parameter; successful run recurrent-xor example

This commit is contained in:
root
2024-07-11 10:57:43 +08:00
parent 4a631f9464
commit 9bad577d89
18 changed files with 118 additions and 136 deletions

View File

@@ -1,2 +1,2 @@
from .base import BaseConnGene
from .default import DefaultConnGene
from .base import BaseConn
from .default import DefaultConn