We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
prjnparams.go DWtSynBLA
} else if GlbV(ctx, di, GvACh) > 0.1 {
that's not good...
This then feeds into AChDisinhib and ACh lrate modulation etc.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:that's not good...
This then feeds into AChDisinhib and ACh lrate modulation etc.
The text was updated successfully, but these errors were encountered: