use black format all files;
remove "return state" for functions which will be executed in vmap; recover randkey as args in mutation methods
This commit is contained in:
@@ -2,7 +2,6 @@ from utils import State
|
||||
|
||||
|
||||
class BaseCrossover:
|
||||
|
||||
def setup(self, state=State()):
|
||||
return state
|
||||
|
||||
|
||||
Reference in New Issue
Block a user