private static List<ObjectiveScore> Convert(IObjectiveScores scores)
scores can be null if the termination criterion of teh optimisation was such that for instance not all population init happened. Maybe null values should not be permitted as output from optimisation.
scores can be null if the termination criterion of teh optimisation was such that for instance not all population init happened. Maybe null values should not be permitted as output from optimisation.