INM-6 / lif_meanfield_tools

LIF Meanfield Tools
GNU General Public License v3.0
4 stars 7 forks source link

Weight matrix generation #25

Closed zbarni closed 3 years ago

zbarni commented 5 years ago

Hello! This is probably more of a suggestion.. when defining a more complex network with multiple populations, it's not really obvious that the weight matrix generation assumes an alternating definition of excitatory and inhibitory populations.. also, the current version (as far as I can tell) doesn't support passing a precomputed weight matrix to the Network class. Is there a clean way manually define a weight matrix that doesn't interfere with the hash computed on the parameters?

moritzlayer commented 3 years ago

This is resolved in v1.0 (see branch). We are currently preparing a new repository for this. In the new version it will be possible to define your own network and passing the weight matrix directly is no problem anymore.