CADETProcess.optimization.OptimizationProblem.check_bounds

CADETProcess.optimization.OptimizationProblem.check_bounds#

OptimizationProblem.check_bounds(x)[source]#

Check if all bound constraints are kept.

Parameters:
xarray_like

Value of the optimization variables in untransformed space.

Returns:
flagBool

True, if all values are within the bounds. False otherwise.