gemseo / post

correlations module

Correlations in the optimization database

class gemseo.post.correlations.Correlations(opt_problem)[source]

Bases: gemseo.post.opt_post_processor.OptPostProcessor

The Correlations post processing builds scatter plots of correlated variables among design variables, outputs functions and constraints

The plot method considers all variable correlations greater than 95%. An other level value, a sublist of variable names or both can be passed as options. The x- and y- figure sizes can also be modified in option. It is possible either to save the plot, to show the plot or both.

Constructor

Parameters

opt_problem – the optimization problem to run