You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IntegerParameter class currently extends FloatParameter, allowing float numbers to be passed in instances where the intention is to define an integer hyperparameter search space. Although this is dealt with internally by rounding, should users be allowed to pass in floats when defining integers in the search spaces ?
The text was updated successfully, but these errors were encountered:
neps/src/neps/search_spaces/hyperparameters/integer.py
Lines 10 to 14 in bcf8d8e
The
IntegerParameter
class currently extendsFloatParameter
, allowing float numbers to be passed in instances where the intention is to define an integer hyperparameter search space. Although this is dealt with internally by rounding, shouldusers
be allowed to pass in floats when defining integers in the search spaces ?The text was updated successfully, but these errors were encountered: