remove create_func....
This commit is contained in:
@@ -19,7 +19,7 @@ class RecurrentGeneConfig(NormalGeneConfig):
|
||||
|
||||
class RecurrentGene(NormalGene):
|
||||
|
||||
def __init__(self, config: RecurrentGeneConfig):
|
||||
def __init__(self, config: RecurrentGeneConfig = RecurrentGeneConfig()):
|
||||
self.config = config
|
||||
super().__init__(config)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user