- 
iwopy.core.OptFunction.finalize_individual(vars_int, vars_float, problem_results, 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,) 
- problem_results: Any
- The results of the variable application to the problem 
- verbosity: int
- The verbosity level, 0 = silent 
 - Returns¶- values: np.array
- The component values, shape: (n_components,)