iwopy.wrappers.ProblemWrapper.apply_individual(vars_int, vars_float)[source]

Apply new variables to the problem.

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,)

Returns

problem_results: Any

The results of the variable application to the problem