Giving the boundary of weight changes during simulation using BCM learning rule

Hello everyone!

I am a newbie in nengo.

Currently, I have a question whether is it possible to give the boundary for weight change during simulation?

I was trying to use the nengo core with the BCM learning rule.

Thank you.

Hello wachidah!

No, there is nothing built in to the current BCM implementation to limit the range of the weights. You’d need to make your own, slightly modified version of the BCM rule in order to add that in. You can see the current implementation here, which would be the starting point.

Let us know if you run into any issues while working on that and we can definitely help out!

Hello drasmuss!

Thank you very much. That’s what I need.