burn_inΒΆ

Collection of burn-in algorithms to be used by the hyperparameter optimizations.

Attributes

latin_hypercube

Samples from the hyperparameter space almost randomly, but ensures that the different draws are sufficiently different from each other.

random

Samples from the hyperparameter space at random.