- foxes_opt.problems.layout.FarmLayoutOptProblem.update_problem_individual(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_vars_int,)
- vars_float: np.array
The float variable values, shape: (n_vars_float,)