arvoelke / nengolib

Nengo library of additional extensions
Other
29 stars 6 forks source link

Multidimensional RollingWindow #115

Open arvoelke opened 7 years ago

arvoelke commented 7 years ago

No clue how to do this... because internally it requires a matrix representation for the state. It was requested by @tcstewar and will be kept in the back of my mind! For now it is simplest to create a separate window for each dimension, but of course this doesn't allow for nonlinear functions across the dimensions.