Files
tensorneat-mend/algorithm/neat/gene/__init__.py
2023-07-24 19:25:02 +08:00

3 lines
107 B
Python

from .normal import NormalGene, NormalGeneConfig
from .recurrent import RecurrentGene, RecurrentGeneConfig