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

Add Support for Parameter Arrays in Configuration Manager #146

Open
mmore500 opened this issue Mar 10, 2018 · 0 comments
Open

Add Support for Parameter Arrays in Configuration Manager #146

mmore500 opened this issue Mar 10, 2018 · 0 comments

Comments

@mmore500
Copy link
Member

For the work I'm doing with DISHTINY, I define the number of hierarchical levels as a parameter. I have other parameters that need to be defined for each hierarchical level. So, there's a variable number of parameters in play. In addition, I need to access these parameters programmatically (i.e. supply an index value and get the parameter value that corresponds to that hierarchical level). Right now, I'm just keeping these parameters in arrays.

For example, the cost of entering the active state is defined for each hierarchical level (e.g. being in the active state might cost -5.0 at the zero level and -4.0 at the one level). For some experiments, only the zero level might be defined. For others, the zero, one, two, and three levels might be defined.

I have a workaround for the moment, but would love a nice tidy way to do this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant