pyleecan.Methods.Optimization.OptiGenAlgNsga2Deap.solve module¶
- solve(self, xoutput=None)[source]¶
Method to perform NSGA-II using DEAP tools
- Parameters:
self (OptiGenAlgNsga2Deap) – Solver to perform NSGA-II
- Returns:
multi_output (OutputMultiOpti) – class containing the results
xoutput (XOutput) – class containing the results of the simulations