nengo / nengo-gui

Nengo interactive visualizer
Other
95 stars 38 forks source link

Support for nengo-bio style excitatory and inhibitory connections #1012

Closed astoeckel closed 5 years ago

astoeckel commented 5 years ago

This PR integrates nengo-gui with the biologically plausible connection types provided by nengo-bio.

In particular, it

nengo_bio_support1

nengo_bio_support2

Note: this PR also includes #1010. While technically independent, this PR should be merged in conjunction with #1009 and #1011.

In case you'd like to test this functionality first, I've merged all my recent PRs #1009, #1011, #1012 into the master branch of my fork of nengo gui at https://github.com/astoeckel/nengo-gui

tcstewar commented 5 years ago

This is also a pretty awesome feature to have in. The code looks nice and clean to me, and this is a nice feature to have.

It's now merged. :)