remove create_func....
This commit is contained in:
@@ -92,6 +92,11 @@ class SubstrateConfig:
|
||||
pass
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
class ProblemConfig:
|
||||
pass
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
class Config:
|
||||
basic: BasicConfig = BasicConfig()
|
||||
@@ -99,3 +104,4 @@ class Config:
|
||||
hyper_neat: HyperNeatConfig = HyperNeatConfig()
|
||||
gene: GeneConfig = GeneConfig()
|
||||
substrate: SubstrateConfig = SubstrateConfig()
|
||||
problem: ProblemConfig = ProblemConfig()
|
||||
|
||||
Reference in New Issue
Block a user