Learn R Programming

kerastuneR (version 0.1.0.7)

HyperParameters: HyperParameters

Description

The HyperParameters class serves as a hyperparameter container. A HyperParameters instance contains information about both the search space and the current values of each hyperparameter. Hyperparameters can be defined inline with the model-building code that uses them. This saves you from having to write boilerplate code and helps to make the code more maintainable.

Usage

HyperParameters(...)

Value

container for both a hyperparameter space, and current values

Arguments

...

Pass hyperparameter arguments to the tuner constructor