Hyperparameter model#

class fortuna.model.hyper.HyperparameterModel(value, parent=<flax.linen.module._Sentinel object>, name=None)[source]#

Bases: Module

A hyperparameter model. The value of the hyperparameter will not change during training.

Parameters:

value (Union[float, Array]) – Value of the hyperparameter.