You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: