gemseo / post

basic_history module

A constraints plot

class gemseo.post.basic_history.BasicHistory(opt_problem)[source]

Bases: gemseo.post.opt_post_processor.OptPostProcessor

The BasicHistory post processing plots any of the constraint or objective functions w.r.t. optimization iterations or sampling snapshots.

The plot method requires the list of variable names to plot. It is possible either to save the plot, to show the plot or both.

Constructor

Parameters

opt_problem – the optimization problem to run