gemseo / post

opt_post_processor module

Base class for all optimization post processings

class gemseo.post.opt_post_processor.OptPostProcessor(opt_problem)[source]

Bases: object

Abstract class for optimization post processing methods

Constructor

Parameters

opt_problem – the optimization problem to run

check_options(**options)[source]

Checks the options of the post processor

Parameters

options – options dict, see associated JSON file

execute(**options)[source]

Executes the post processing

Parameters

options – options dict, see associated JSON file