Skip to content
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

Allow parameters in Graph to be accessible from any node? #518

Open
pgleeson opened this issue Mar 19, 2024 · 0 comments
Open

Allow parameters in Graph to be accessible from any node? #518

pgleeson opened this issue Mar 19, 2024 · 0 comments

Comments

@pgleeson
Copy link
Member

Should parameters listed in the Graph element be usable in (any) Nodes in the Graph? https://mdf.readthedocs.io/en/latest/api/Specification.html#graph

It seems to make sense that they would, so you can set a value once and use it in multiple nodes.

Would need to be implemented in here:

class EvaluableGraph:
and passed to every node (and edge?)...

@davidt0x Are there global parameters in PsyNeuLink models?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant