cotengra.hyperoptimizers.hyper_baytune

Hyper optimization using baytune.

Module Contents

Functions

convert_param_to_baytune(param)

Convert a search subspace to baytune form.

baytune_init_optimizers(self, methods, space[, ...])

Set-up the baytune optimizer(s).

baytune_get_setting(self)

Get a setting to trial from one of the baytune optimizers.

baytune_report_result(self, setting, trial, score)

Report the result of a trial to the baytune optimizers.

Attributes

cotengra.hyperoptimizers.hyper_baytune.BTB_TYPE_TO_HYPERPARAM
cotengra.hyperoptimizers.hyper_baytune.convert_param_to_baytune(param)[source]

Convert a search subspace to baytune form.

cotengra.hyperoptimizers.hyper_baytune.baytune_init_optimizers(self, methods, space, sampler='GP', method_sampler='UCB1', sampler_opts=None)[source]

Set-up the baytune optimizer(s).

Parameters:
cotengra.hyperoptimizers.hyper_baytune.baytune_get_setting(self)[source]

Get a setting to trial from one of the baytune optimizers.

cotengra.hyperoptimizers.hyper_baytune.baytune_report_result(self, setting, trial, score)[source]

Report the result of a trial to the baytune optimizers.