-
foxes_opt.constraints.AreaGeometryConstraint.finalize_population(vars_int, vars_float, problem_results, verbosity=
1
) 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)
- 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_pop, n_components)