axon icon indicating copy to clipboard operation
axon copied to clipboard

ACh Thr, Range params, layer-level vals

Open rcoreilly opened this issue 1 year ago • 0 comments

Add Thr, Range params for layer-level ACh effects, so each layer has its own sensitivity dynamics to the global ACh levels

This is needed for managing more graded levels of ACh as discussed in #281

The prjnparams.go DWtSynBLA method already has this baked-in threshold:

} else if GlbV(ctx, di, GvACh) > 0.1 {

that's not good...

This then feeds into AChDisinhib and ACh lrate modulation etc.

rcoreilly avatar Jul 26 '23 22:07 rcoreilly