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

Easier Access to Nonlinearities #24

Open
jacobnzw opened this issue Jun 30, 2021 · 0 comments
Open

Easier Access to Nonlinearities #24

jacobnzw opened this issue Jun 30, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jacobnzw
Copy link
Owner

When I want to use nonlinearity, say from a UNGMTransitionModel, just for experiments, I have to instantiate the class, which means I have to provide the init_rv and noise_rv arguments, which in turn require of me to instantiate yet another class, e.g. GaussRV. This is waaaay too much hassle! All I want is access the nonlinearity of the UNGM model.

Requirements

  • nonlinearities (functions) must be accessible without the need to instantiate a class (TransitionModel, MeasurementModel)
@jacobnzw jacobnzw added the enhancement New feature or request label Aug 10, 2021
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