nip.utils.types.ExperimentConfig

Contents

nip.utils.types.ExperimentConfig#

class nip.utils.types.ExperimentConfig[source]#

Configuration for an experiment, which specifies the hyperparameters.

Attributes

kind

The type of experiment configuration.

parameters

A dictionary of parameters for the experiment.

Methods