- 
iwopy.core.Problem.finalize_individual(vars_int, vars_float, verbosity=1)[source]
- Finalization, given the champion data. - Parameters¶- vars_int: np.array
- The optimal integer variable values, shape: (n_vars_int,) 
- vars_float: np.array
- The optimal float variable values, shape: (n_vars_float,) 
- verbosity: int
- The verbosity level, 0 = silent 
 - Returns¶- problem_results: Any
- The results of the variable application to the problem 
- objs: np.array
- The objective function values, shape: (n_objectives,) 
- cons: np.array
- The constraints values, shape: (n_constraints,)