gemseo / post

radar_chart module

A radar plot of constraints

class gemseo.post.radar_chart.RadarChart(opt_problem)[source]

Bases: gemseo.post.opt_post_processor.OptPostProcessor

Plot on radar style chart a list of constraint functions.

This class has the responsability of plotting on radar style chart a list of constraint functions at a given iteration.

By default, the iteration is the last one. It is possible either to save the plot, to show the plot or both.

Constructor

Parameters

opt_problem – the optimization problem to run