- iwopy.core.Memory.found_population(vars_int, vars_float)[source]
Check if entry is found in memory.
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)
Returns¶
- found: numpy.ndarray of bool
True if data is available, shape: (n_pop,)