obj_constr_hist module¶
A constraints plot¶
-
class
gemseo.post.obj_constr_hist.ObjConstrHist(opt_problem)[source]¶ Bases:
gemseo.post.opt_post_processor.OptPostProcessorThe ObjConstrHist post processing plots the constraint functions history in lines charts.
By default, all constraints are considered. A sublist of constraints can be passed as options. It is possible either to save the plot, to show the plot or both.
Constructor
- Parameters
opt_problem – the optimization problem to run