I'm using MixedIntegerContext. In the design space I have categorical variables, float variables, and integer variables. I found that the sampled values for the categorical variables are actually the indicies to the categorical values instead of directly the categorical values. This is inconvenient and sometimes confusing (e.g., in my case I'm using integers as categorical values, so it took me some time to realize the sampled values are actually indicies). I think that this should be fixed to behave in the same way as for float variables and integer variables. Thank you.