gemseo / post

scatter_mat module

A scatter plot matrix to display optimization history

class gemseo.post.scatter_mat.ScatterPlotMatrix(opt_problem)[source]

Bases: gemseo.post.opt_post_processor.OptPostProcessor

The ScatterPlotMatrix post processing builds scatter plot matrix among design variables, outputs functions and constraints.

The list of variable names has to be passed as arguments of the plot method. x- and y- figure sizes can be changed 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