-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Making code consistent with SPM25 #501
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* switched from symbolic arrays to list of symbolic parameters. Needed to be able to set tunable flag for individual parameters of the array. Added untune! utility function to set tunable flag to false on list elements. * added new approach to set tunable flag for the connection matrix also to the tutorial * use generate_weight_param also in StimulusBlox and ObserverBlox connectors and set standard connection weight to non-tunable * fixed and cleaned code * minor changes * update MTK compat * added Project.toml to test * fixed MTK compat once more * added more packages to test environment needed in GraphDynamics tests * remove test deps and unnecessary deps * add Test to tect project * remove Test dep from main Project * add missing test deps * add Statistics dep * removed [extras] from Project.toml * added [extras] again. --------- Co-authored-by: haris organtzidis <organtzh@gmail.com>
…enoid mixing during the "expectation" update step
* switched from symbolic arrays to list of symbolic parameters. Needed to be able to set tunable flag for individual parameters of the array. Added untune! utility function to set tunable flag to false on list elements. * added new approach to set tunable flag for the connection matrix also to the tutorial * use generate_weight_param also in StimulusBlox and ObserverBlox connectors and set standard connection weight to non-tunable * fixed and cleaned code * minor changes * update MTK compat * added Project.toml to test * fixed MTK compat once more * added more packages to test environment needed in GraphDynamics tests * remove test deps and unnecessary deps * add Test to tect project * remove Test dep from main Project * add missing test deps * add Statistics dep * removed [extras] from Project.toml * added [extras] again. --------- Co-authored-by: haris organtzidis <organtzh@gmail.com>
…tor norms as default, thus use opnorm in Julia.
david-hofmann
added a commit
that referenced
this pull request
Jan 2, 2025
* updated CMC code (#474) * switched from symbolic arrays to list of symbolic parameters. Needed to be able to set tunable flag for individual parameters of the array. Added untune! utility function to set tunable flag to false on list elements. * added new approach to set tunable flag for the connection matrix also to the tutorial * use generate_weight_param also in StimulusBlox and ObserverBlox connectors and set standard connection weight to non-tunable * fixed and cleaned code * minor changes * update MTK compat * added Project.toml to test * fixed MTK compat once more * added more packages to test environment needed in GraphDynamics tests * remove test deps and unnecessary deps * add Test to tect project * remove Test dep from main Project * add missing test deps * add Statistics dep * removed [extras] from Project.toml * added [extras] again. * fixed norm difference between MATLAB and Julia, MATLAB provides operator norms as default, thus use opnorm in Julia. * fixed untune in tutorial
david-hofmann
added a commit
that referenced
this pull request
Jan 3, 2025
* updated CMC code (#474) * switched from symbolic arrays to list of symbolic parameters. Needed to be able to set tunable flag for individual parameters of the array. Added untune! utility function to set tunable flag to false on list elements. * added new approach to set tunable flag for the connection matrix also to the tutorial * use generate_weight_param also in StimulusBlox and ObserverBlox connectors and set standard connection weight to non-tunable * fixed and cleaned code * minor changes * update MTK compat * added Project.toml to test * fixed MTK compat once more * added more packages to test environment needed in GraphDynamics tests * remove test deps and unnecessary deps * add Test to tect project * remove Test dep from main Project * add missing test deps * add Statistics dep * removed [extras] from Project.toml * added [extras] again. * fixed norm difference between MATLAB and Julia, MATLAB provides operator norms as default, thus use opnorm in Julia. * fixed untune in tutorial
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WIP: making our spDCM consistent with SPM25.