It is possible to turn off the DelaySupportAdder by setting
[Mapping]
delay_support_adder = None
spinn_gym does this.
yet this raises the following issues / concerns.
Currently spinn gym has to override
AbstractAcceptsIncomingSynapses.verify_splitter
because it expects a AbstractSpynnakerSplitterDelay and SplitterOneAppOneMachine is not one
Users can enter a delay which is too big and no error or warning
-for example
take IntroLab/learning/simple.py
add a cfg which turns with delay_support_adder = None
increase the delay to 20 and the simtime to 40
No spike, no warning!
It is possible to turn off the DelaySupportAdder by setting [Mapping] delay_support_adder = None
spinn_gym does this.
yet this raises the following issues / concerns.
Currently spinn gym has to override AbstractAcceptsIncomingSynapses.verify_splitter because it expects a AbstractSpynnakerSplitterDelay and SplitterOneAppOneMachine is not one
Users can enter a delay which is too big and no error or warning -for example take IntroLab/learning/simple.py add a cfg which turns with delay_support_adder = None increase the delay to 20 and the simtime to 40 No spike, no warning!