refactor names;

delete useless
This commit is contained in:
wls2002
2023-09-15 22:33:21 +08:00
parent d317317ed2
commit 4efa9445d5
17 changed files with 10 additions and 661 deletions

View File

@@ -1,5 +1,5 @@
from config import *
from pipeline_jitable_env import Pipeline
from pipeline import Pipeline
from algorithm.neat import NormalGene, NormalGeneConfig
from algorithm.hyperneat import HyperNEAT, NormalSubstrate, NormalSubstrateConfig
from problem.func_fit import XOR3d, FuncFitConfig