Set of Population classes

The set of Population classes implements containers, each of which contains neurons of the same model. When you use the set of Population classes, you can specify one of the neuron types supported by the neuron_traits module. Each population of neurons has a unique ID.

Using the set of Population classes, you can manage neurons within a population. You can also upload populations to the backend to compute the neural network. The obtained population properties are stored on the backend. To pass new properties from the backend to the corresponding population objects, call the synchronization. If you manually change the population properties before calling synchronization, you can upload the population to the backend again to compute a new neural network.

Page top