pyMAISE.Int
- class pyMAISE.Int(min_value, max_value, step=None, sampling='linear', default=None, parent_name=None, parent_values=None)[source]
Bases:
HyperParametersDefine an integer hyperparameter. This is used in neural network hyperparameter tuning.
Refer to KerasTuner’s documentation for information on the arguments [C+15].
- __init__(min_value, max_value, step=None, sampling='linear', default=None, parent_name=None, parent_values=None)[source]
Methods
hp(hp, hp_name)Create an instance of
keras_tuner.HyperParameters.Int.