CADETProcess.optimization.OptimizationProblem.evaluate_bounds# OptimizationProblem.evaluate_bounds(x: ArrayLike) → ndarray[source]# Calculate bound violation. Parameters: xarray_likeValue of the optimization variables in untransformed space. Returns: constraints: np.ndarrayValue of the linear constraints at point x See also check_bounds lower_bounds upper_bounds