Closed rzshrote closed 1 year ago
Latest update to this is to rename the pareto
method to mosolve
and change the output to a SelectionSolution
type output. There can be additional plotting methods associated with this class or this class can have a method to output a ParetoFrontier
object to create a plot.
Currently, the pareto functions output a tuple of arrays to describe the mapped pareto frontier. Consider making the output a class, say ParetoFrontier that contains this data. This class can provide plotting functionality to visually plot the frontier.