pynn_brainscales.brainscales2.plasticity_rules
Classes
|
Plasticity rule base class. |
|
Handle to (shared) plasticity rule. |
|
A group of neurons all of the same type. |
|
A container for all the connections of a given type (same synapse type and plasticity mechanisms) between two populations, together with methods to set the parameters of those connections, including the parameters of plasticity mechanisms. |
|
Periodic timer information for plasticity rule execution. |
Functions
-
pynn_brainscales.brainscales2.plasticity_rules.
ceil
(x, /) Return the ceiling of x as an Integral.
This is the smallest integer >= x.