Skip to content

Full realtime simulator #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Full realtime simulator #33

wants to merge 3 commits into from

Conversation

mundya
Copy link
Member

@mundya mundya commented Jun 17, 2015

  • Allows function of time Nodes to be ignored
  • Allows probes to be ignored
  • Allows the simulator to be run for an unspecified period of time with run(None) and paused with stop.

@tcstewar, I'd like to test that this works with nengo_gui before merging, do you have any pointers into the GUI code for where I should look?

  • Reduce copy-paste... preferably without trashing performance.

mundya added 3 commits June 17, 2015 17:16
Function of time Nodes can be selectively disabled.
Probe building can be disabled when calling `Model.build`.
Call `Simulator.run(None)` to run indefinitely. Call `stop` in a
separate thread to pause the simulation, calling `run` again will
continue the simulation from where it was.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant