Better support for solving decoders by simulating over time
arvoelke opened this issue · 1 comments
arvoelke commented
Keeping a list of thoughts continuing off https://forum.nengo.ai/t/solving-for-decoders-by-simulating-the-neurons-over-time/385?u=arvoelke
- New approach needs to be able to have
synapse=None
for use in rate mode. - Move
override_rates_method
intoTemporalSolver
. - Approach taken for Reservoir Computing networks are too hacky (which is why they weren't ever officially released by nengolib).
- New approach needs to be able to include recurrent connections and simulate those too. Long-term: some sort of dependency graph of connections that depend on one another (and are then solved and simulated in that order).