modify NEAT package; successfully run xor example

This commit is contained in:
root
2024-07-11 10:10:16 +08:00
parent 52d5f046d3
commit 4a631f9464
14 changed files with 420 additions and 502 deletions

View File

@@ -1,3 +1,5 @@
from .gene import *
from .operations import *
from .base import BaseGenome
from .default import DefaultGenome
from .recurrent import RecurrentGenome