Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Improve interface for retrieving hidden parameters from Modules #64

Open
meissnereric opened this issue Oct 18, 2018 · 1 comment
Open
Labels
bug Something isn't working enhancement New feature or request

Comments

@meissnereric
Copy link
Contributor

It's a bit difficult (and not obvious) how to get the parameters of a Module out of the InferenceParameters. Right now you have to do something like infr.params[m.y.factor.kernel.lengthscale].

Having a method on the Model class that retrieves all components including internal module components might be handy for users.

@meissnereric meissnereric added bug Something isn't working enhancement New feature or request labels Oct 19, 2018
@meissnereric
Copy link
Contributor Author

Tagging as a bug because it causes weird, unexpected behavior when a user passes the uuid of a Module parameter into it's outer model and it says it doesn't exist.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants