remove create_func....

This commit is contained in:
wls2002
2023-08-02 13:26:01 +08:00
parent 85318f98f3
commit 1499e062fe
34 changed files with 558 additions and 1022 deletions

View File

@@ -1,2 +1,3 @@
from .crossover import crossover
from .mutate import create_mutate
from .mutate import mutate
from .operation import create_next_generation