ctn-archive / nengo_gui_2014

HTML5 graphical interface for Nengo -- now obsolete! Please use https://github.com/nengo/nengo_gui instead
Other
6 stars 0 forks source link

feedforward layout messes up recurrent connections #87

Open celiasmith opened 10 years ago

celiasmith commented 10 years ago

cool feature!

but, if you open an example with a recurrent connection (e.g. layout tests/complex_subnets.py) and hit the feedfwd button, the resulting network has really messed up arrows on recurrent connections. (also, there's an input that isn't aligned right... but that's less of an issue).

drasmuss commented 10 years ago

Anothing thing I've noticed is that when it zooms in after doing the layout, it zooms to weird locations (i.e. not the same location as if you just double click). This can result in part of the network being offscreen. For example, see complex_subnets.py.

celiasmith commented 10 years ago

Yes. I figured some zoom that didn't work quite was better than nothing for now. But this does need to be fixed. Otherwise the feedforward can just take it right off the screen.