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

don't reload all the positions of populations #15

Open celiasmith opened 10 years ago

celiasmith commented 10 years ago

right now on every reload, all positions are reset (because of the call to update_net_sizes). we should be using the d3 enter() function so this doesn't happen. i assume this will matter more for large networks. this is related to #4 as well.

i suspect we'll want to keep in mind that the server/client connection might not be reliable and fast, so we might allow toggling the currently assumed 'live update'