foxes_opt.core.FarmOptProblem.update_problem_population(vars_int, vars_float)[source]

Update the algo and other data using the latest optimization variables.

This function is called before running the farm calculation.

Parameters

vars_int: np.array

The integer variable values, shape: (n_pop, n_vars_int,)

vars_float: np.array

The float variable values, shape: (n_pop, n_vars_float,)