gemseo.post.correlations module#
Correlations in the optimization database.
- class Correlations(opt_problem)[source]#
Bases:
BasePost
[Correlations_Settings
]Scatter plots of the correlated variables.
These variables can be design variables, constraints, objective or observables. This post-processor considers all the correlations greater than a threshold.
Initialize self. See help(type(self)) for accurate signature.
- Parameters:
opt_problem (OptimizationProblem) -- The optimization problem to be post-processed.
- Settings#
alias of
Correlations_Settings