create function_factory.py, use to manage functions

This commit is contained in:
wls2002
2023-05-09 01:49:43 +08:00
parent ee6bb01eff
commit f63a0c447b
7 changed files with 231 additions and 18 deletions

View File

@@ -3,3 +3,5 @@ from .distance import create_distance_function
from .mutate import create_mutate_function
from .forward import create_forward_function
from .crossover import create_crossover_function
from .activations import act_name2key
from .aggregations import agg_name2key