smac.model.gaussian_process.kernels.hamming_kernel¶
Classes¶
  | 
Hamming kernel implementation.  | 
Interfaces¶
- class smac.model.gaussian_process.kernels.hamming_kernel.HammingKernel(length_scale=1.0, length_scale_bounds=(1e-05, 100000.0), operate_on=None, has_conditions=False, prior=None)[source]¶
 Bases:
AbstractKernel,StationaryKernelMixin,NormalizedKernelMixin,KernelHamming kernel implementation.
- property hyperparameter_length_scale: Hyperparameter¶
 Hyperparameter of the length scale.
- property meta: dict[str, Any]¶
 Returns the meta data of the created object. This method calls the get_params method to collect the parameters of the kernel.