hudon / spike

Brain Simulator Parallelization
http://nengo.ca/
1 stars 1 forks source link

Probes support for sub-ensembles #36

Open gretac opened 11 years ago

gretac commented 11 years ago

There now exist connections between a probe and its target ensemble where the ensemble sends its origin data to the probe whenever it is calculated. Thus the probe collects all the ensemble data over the execution of the network and at the end returns this information to the administrator process.

We need to support a connection between sub-ensembles of a single ensemble and the probe for the ensemble. Thus multiple sub-ensembles need to output their origin values to the probe. The probe needs to then combine this data and record it, similarly to the way it is currently done.