[SearchSpace] Un-intuative behaviour for a search space with a fidelity parameter when ignored, i.e. RandomSearch
#122
Labels
bug
Something isn't working
Milestone
When introducing a fidelity parameter with
is_fidelity=True
inRandomSearch
, it will return configs where the value of the key, for example"epoch"
will be set to None, rather than the maximum fidelity.This occurs in
SearchSpace.sample
:neps/neps/search_spaces/search_space.py
Lines 335 to 338 in 82b4890
This is problematic as if you want to compare RS to some MF algorithm like SH, then you can't just switch out your optimizer with specific code to account for this
The text was updated successfully, but these errors were encountered: