Skip to content

Commit

Permalink
Merge pull request #2713 from mlober/improve_doc_delays
Browse files Browse the repository at this point in the history
Improve documentation on delays
  • Loading branch information
heplesser authored Apr 27, 2023
2 parents 2ca4e7e + 1af1594 commit 0473658
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/htmldoc/nest_behavior/running_simulations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,11 @@ memory consumption of NEST (large *dmax*).

Delays after changes in resolution
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
When the resolution is changed *dmin*, *dmax*, as well as the time-based model defaults are adjusted to match the new resolution. In case the new resolution is lower than the precision of these delays, *dmin* is rounded down, *dmax* is rounded up and the time-based model defaults are rounded mathematically. When the new resolution value is larger than a time-based model default, this value is set to the new resolution.
If you change the resolution, then *dmin*, *dmax*, as well as the time-based model defaults (e.g., neuronal refractory times, synaptic delays) are adjusted to match the new resolution. In case the precision of these delays cannot be matched with the new resolution (e.g., *dmin=1.6*, *dmax=5.3* and *new_resolution=1.0*), *dmin* is rounded down (*dmin=1.0*), *dmax* is rounded up (*dmax=6.0*), and the time-based model defaults are rounded mathematically. When the new resolution value is larger than a time-based model default, this value is set to the new resolution.

Note that delays cannot be smaller than the resolution. Further, the resolution cannot be changed once model defaults have been changed or connections have been created.
.. note::

Delays cannot be smaller than the resolution. Further, the resolution cannot be changed once model defaults have been changed or connections have been created.

Spike generation and precision
------------------------------
Expand Down

0 comments on commit 0473658

Please sign in to comment.