add gene type RNN

This commit is contained in:
wls2002
2023-07-19 15:43:49 +08:00
parent 0a2a9fd1be
commit a684e6584d
18 changed files with 248 additions and 129 deletions

View File

@@ -1,3 +1,3 @@
from .neat import NEAT
from .gene import NormalGene
from .gene import NormalGene, RecurrentGene
from .pipeline import Pipeline