hudon / spike

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

Consolidate: Step 2 #17

Closed gretac closed 11 years ago

gretac commented 11 years ago

Enable the direct ensemble connection and tie it into our parallelized model. Make sure user can use all the existing connection types.

Note: Terry wanted the ensembles that are connected in this manner to be run on the same core, i.e. not parallelized.

gretac commented 11 years ago

The above commit adds the ability to use direct ensembles with our code (just typical connections). The code has been tested for correctness using the basal ganglia example (can be run using: python examples/bgmodel/basalganglia.py path/to/nef_theano [target]). Next step is to add support for probes.

gretac commented 11 years ago

closed in pull request #32, commit ab6211d