pynn_brainscales.brainscales2.plasticity_rules

Classes

PlasticityRule(timer, observables, …)

Plasticity rule base class.

PlasticityRuleHandle(plasticity_rule)

Handle to (shared) plasticity rule.

Population(size, cellclass[, cellparams, …])

A group of neurons all of the same type.

Projection(presynaptic_neurons, …[, …])

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.

Timer(**parameters)

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.