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 some parameters to be functions of other parameters #26

Open
kdund opened this issue Jun 22, 2023 · 2 comments
Open

Allow some parameters to be functions of other parameters #26

kdund opened this issue Jun 22, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@kdund
Copy link
Collaborator

kdund commented Jun 22, 2023

This would be very useful for e.g. implementing efficiency parameters or histogram multipliers-- instead of multiple layers of multiplication, they would all be on the surface

@kdund
Copy link
Collaborator Author

kdund commented Jun 22, 2023

In fact, this could be implemented rather straightforwardly in the parameter call function-- if a parameter is "dependent" instead of "fittable" or "settable", you look up its function of all other parameters, and set it.

@kdund
Copy link
Collaborator Author

kdund commented Jun 22, 2023

only issue is reading in these (usually simple) functions from the config, I guess?

@kdund kdund added the enhancement New feature or request label Jun 22, 2023
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