- 
iwopy.core.Problem.check_constraints_individual(constraint_values, verbosity=0)[source]
- Check if the constraints are fullfilled for the given individual. - Parameters¶- constraint_values: np.array
- The constraint values, shape: (n_components,) 
- verbosity: int
- The verbosity level, 0 = silent 
 - Returns¶- values: np.array
- The boolean result, shape: (n_components,)