cotengra.hyperoptimizers.hyper_skopt¶
Hyper optimization using scikit-optimize.
Functions¶
|
|
|
|
|
|
|
Initialize the |
|
Find the next parameters to test. |
|
Report the result of a trial to the |
Module Contents¶
- cotengra.hyperoptimizers.hyper_skopt.skopt_init_optimizers(self, methods, space, sampler='et', method_sampler='et', sampler_opts=None, method_sampler_opts=None)[source]¶
Initialize the
skopt
optimizer.- Parameters:
space (dict[str, dict[str, dict]]) – The search space.
sampler (str, optional) – The regressor to use to optimize each method’s search space, see https://scikit-optimize.github.io/stable/modules/generated/skopt.Optimizer.html#skopt.Optimizer .
method_sampler (str, optional) – Meta-optimizer to use to select which overall method to use.