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

Generalized recursive networks #17

Open
jcampolongo opened this issue Mar 29, 2022 · 0 comments
Open

Generalized recursive networks #17

jcampolongo opened this issue Mar 29, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@jcampolongo
Copy link
Collaborator

Currently we have Expanders, but they were an early development in Scruff and are clunky. It would be better if variables could be associated with NetworkModels, which generate NetworkSFuncs.

Something like this exists already - need to check if it is complete and works as expected, and document it.
Then, if we have higher order SFuncs over NetworkSFuncs, they will subsume Expanders.

Finally, we need to make LazyInference work with any embedded Network/NetworkSFuncs and not just Expanders.
Once all this is done, we can deprecate Expanders.

@jcampolongo jcampolongo added the enhancement New feature or request label Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant