gemseo / post

Show inherited members

radar_chart module

Plot the constraints on a radar chart at a given database index.

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

Bases: OptPostProcessor

Plot the constraints on a radar chart at a given database index.

Parameters:

opt_problem (OptimizationProblem) – The optimization problem to be post-processed.

Raises:

ValueError – If the JSON grammar file for the options of the post-processor does not exist.

OPTIMUM = 'opt'

The tag related to the database index at which the optimum is located.

Type:

str

database: Database

The database generated by the optimization problem.

materials_for_plotting: dict[Any, Any]

The materials to eventually rebuild the plot in another framework.

opt_problem: OptimizationProblem

The optimization problem.