moead_framework.tool.result.save_population_full¶
-
moead_framework.tool.result.save_population_full(file_name, population)[source]¶ Save the objective vector and the decision vector of each solution in the population
- Parameters
file_name – string
population – list<{
OneDimensionSolution}>
- Returns