ConfigSpace
ConfigSpace copied to clipboard
Structured configuration spaces (non-scalar variables)?
Is there a way to have a hierarchicaly structured configuration space such include arrays or dicts of scalar variables? For example to group say 5 float hyperparameters in a single array variable?
No, we currently don't have that. Could you please give an example use case? And is this similar to #122?
No, we currently don't have that. Could you please give an example use case? And is this similar to #122?
#122 is an example of this. When you have a set of identically distributed parameters it would be nice to treat the whole set as a first class object.
Thanks a lot for the explanation. Unfortunately, the design of the ConfigSpace doesn't lend itself for easily implementing this. If you have an idea how to do so, please let us know. Otherwise, we will not have this very high on our agenda as this looks like a lot of work for very nice syntactic sugar.