Utils

Graphic

class pym2sa.util.graphic.MSAPlot(plot_title: str, axis_labels: list = None)

Bases: jmetal.util.graphic.FrontPlot

Creates a new MSAPlot instance. Suitable for problems with 2 or more objectives.

Parameters:
  • plot_title – Title of the graph.
  • axis_labels – List of axis labels.
to_html(filename: str = 'front') → None

Export the graph to an interactive HTML (solutions can be selected to show some metadata).

Parameters:filename – Output file name.