CADETProcess.optimization.COBYLA.get_bounds

CADETProcess.optimization.COBYLA.get_bounds#

COBYLA.get_bounds(optimization_problem)#

Returns the optimized bounds of a given optimization_problem as a Bound object.

Optimizes the bounds of the optimization_problem by calling the method optimize.Bounds. Keep_feasible is set to True.

Returns:
boundsBounds

Returns the optimized bounds as an object called bounds.