gemseo.post.gradient_sensitivity module#
Plot the derivatives of the functions.
- class GradientSensitivity(opt_problem)[source]#
Bases:
BasePost
[GradientSensitivity_Settings
]Derivatives of the objective and constraints at a given iteration.
Initialize self. See help(type(self)) for accurate signature.
- Parameters:
opt_problem (OptimizationProblem) -- The optimization problem to be post-processed.
- Settings#
alias of
GradientSensitivity_Settings