pyMAISE.Fixed
- class pyMAISE.Fixed(value, parent_name=None, parent_values=None)[source]
Bases:
HyperParametersDefine fixed hyperparameter. This is used in neural network hyperparameter tuning.
Refer to KerasTuner’s documentation for information on the arguments [C+15].
Methods
hp(hp, hp_name)Create an instance of
keras_tuner.HyperParameters.Fixed.