You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.