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

Parameter Space: allow marginal parameters and fixed parameters #48

Closed
lzkelley opened this issue Mar 3, 2023 · 2 comments
Closed

Parameter Space: allow marginal parameters and fixed parameters #48

lzkelley opened this issue Mar 3, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@lzkelley
Copy link
Member

lzkelley commented Mar 3, 2023

Currently all parameters going into Param_Space classes become new dimensions of the parameter space.

  • (1) Add the ability to add a parameter that is samples from / marginalized over, but formally not an additional dimension --- just a nuisance parameter.
  • (2) allow parameters to be set to fixed values, so that everything can be set in the same place and manner, again without adding a new dimension to the parameter space.

Presumably these could both be handled in a very similar way.

@lzkelley lzkelley added the enhancement New feature or request label Mar 3, 2023
@lzkelley lzkelley self-assigned this Mar 3, 2023
@lzkelley
Copy link
Member Author

lzkelley commented Jun 9, 2023

Implemented in combination of _Param_Space and PS_Generic, but it should be re-structured after the 15yr

@lzkelley
Copy link
Member Author

lzkelley commented Jun 9, 2023

Closing this, and considering this as part of API improvement for gen_lib_sams (etc)

This issue was closed.
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