iwopy.interfaces.pymoo.factory.Factory
- class iwopy.interfaces.pymoo.factory.Factory[source]
Bases:
objectA factory for pymoo components
Methods
__init__(pymoo_problem, verbosity)get_algorithm(pars)Algorithm factory function
get_crossover(cross, **pars)Crossover factory function
get_mutation(mut, **pars)Mutation factory function
get_sampling(samp_name, **kwargs)Sampling factory function
get_termination(term_pars)print(*args, **kwargs)