Sam Yates

Results 79 comments of Sam Yates

We'd need to know which cell group will be handling it, and with a view to run-time random variables, we'd also need the `mprovider` at hand to perform any estimate....

It's hard to estimate how bad the estimate will be :) The more work we do, the closer we will be, but also the closer we will be to making...

I think `(location mnpos 1)` is a good way to represent it. In terms of implementation, should we make the branch id a signed integer, or special case the comparisons?...

Hmm, the problem of placement can be resolved in the discretization; allowing stuff to be placed there is not the issue I thought it was.

The proposed replacement is essentially equivalent to `schedule_generator` with an explicit schedule. If we remove the option for an event generator to produce events against different targets, or with different...

I can't think of one off the top of my head, but I'd like to get @bcumming's input before committing to the removal of the general `event_generator`.

It's great to see this functionality in! Some queries about the API: 1. What does (or should) happen to spikes in-flight? Afaiui the current simulation loop ensures that any spikes...

On the rebuilding connection tables front, the cheapest solution for an edit-based approach is to just allow changes to weights, not topology. This would mean all potential connections need to...

For random things: we have to be sure that every 'random' sequence is essentially functional in specification, with the possibility that some of the parameters of that function corresponding to...

It would be all potential connections given the biological model; it might grow as O(N^2) for small N, where every neuron is 'close enough' to every other neuron, but it...