Can we have forest.forward accept shape of [population_size, input_len, n_dims]?
I need to use vectors instead of scalars for my inputs, and if I do [population_size, input_len * n_dims] then, as an example with dim=2, my x0 and x1 will be independent.
Am I missing something?