pyMAISE.Fixed

class pyMAISE.Fixed(value, parent_name=None, parent_values=None)[source]

Bases: HyperParameters

Define fixed hyperparameter. This is used in neural network hyperparameter tuning.

Refer to KerasTuner’s documentation for information on the arguments [C+15].

__init__(value, parent_name=None, parent_values=None)[source]

Methods

hp(hp, hp_name)

Create an instance of keras_tuner.HyperParameters.Fixed.

hp(hp, hp_name)[source]

Create an instance of keras_tuner.HyperParameters.Fixed.

Parameters:
  • hp (keras_tuner.HyperParameters) – Base hyperparameter class.

  • hp_name (str) – Name of the hyperparameter.

Returns:

fixed_hp – Fixed KerasTuner hyperparameter.

Return type:

keras_tuner.HyperParameters.Fixed