colosseum.hyperopt
The module containing the function to perform the parameters optimization procedure.
1""" 2The module containing the function to perform the parameters optimization procedure. 3""" 4 5from colosseum.hyperopt.config import DEFAULT_HYPEROPT_CONF, SMALL_HYPEROPT_CONF 6from colosseum.hyperopt.config import DEFAULT_HYPEROPT_CONF_NONTABULAR 7from colosseum.hyperopt.config import HyperOptConfig 8from colosseum.hyperopt.config import SMALL_HYPEROPT_CONF_NONTABULAR