Ticket #57 (closed defect: fixed)
Order of operations in STDP with delays
| Reported by: | thesamovar | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | Core | Version: | 1.2.1 |
| Keywords: | stdp, heterogeneous delays | Cc: |
Description
If the user gives something like:
pre= x += 1 w += x*y y += 1
In STDP with delays this will give the wrong results, because the x+=1 and y+=1 operations will be scheduled to execute immediately, and the w+=x*y operation happens with a delay. We should raise a warning in this case.
Change History
Note: See
TracTickets for help on using
tickets.
