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