MLJTuning.jl icon indicating copy to clipboard operation
MLJTuning.jl copied to clipboard

Allow Tuples of ranges

Open ParadaCarleton opened this issue 2 years ago • 1 comments

Declaring ranges in vectors creates type instabilities (which show up as false positives on JET.jl), besides feeling a bit weird and encouraging bad habits (using vectors for a small collection of heterogenous types). I assume it doesn't have much of an effect on performance here (or else it wouldn't be used), but would it make sense to at least allow users to pass tuples instead of vectors?

ParadaCarleton avatar Oct 17 '23 02:10 ParadaCarleton