iwopy.core.Memory.lookup_individual(vars_int, vars_float)[source]

Lookup results from memory.

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

results: tuple or None

The results (objs, cons) if found, None otherwise