Constant as Hyper-parameter
I'm now writing a hyper-parameter that can be integer, array or string, I used Union hyper-parameter for it. The problem is, that if hyper-parameter is string, only valid option is 'auto', so I can't use Hyperparameter[str]. Now I use Enumeration with one element, but I think that Constant would be much nicer.