Clopath et al 2010, any implementation with eLIF?

Hi all,

I’m looking for a quick and easy way to implement Clopath et al 2010 network model. In Brian2 examples, there is a proxy of this learning rule for LIF, but not for Adaptive ExLIF as in the original paper. There is also the original Matlab code on the ModelDB.

Before coding up this model, I wonder whether anyone is aware of a ready-to-use Brian2 implementation?

rth

---- UPDATE ----
I found this implementation by Rui Ponte Costa. However, this model uses Brain 1 and NeuronGroup has a very strange parameter freeze. According to documentation

freeze=False
If True, parameters are replaced by their values at the time of initialization.

Does anybody understand why they used it?