iwopy.wrappers.DiscretizeRegGrid.finalize_population(vars_int, vars_float, verbosity=0)[source]

Finalization, given the final population data.

Parameters

vars_int: np.array

The integer variable values of the final generation, shape: (n_pop, n_vars_int)

vars_float: np.array

The float variable values of the final generation, shape: (n_pop, 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 final objective function values, shape: (n_pop, n_components)

cons: np.array

The final constraint values, shape: (n_pop, n_constraints)