Files
tensorneat-mend/algorithm/neat/gene/__init__.py
2023-08-02 15:02:08 +08:00

4 lines
108 B
Python

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