Hyperband_Exp: Hyperband Experiment

Description Usage Arguments Examples

Description

Hyperband algorithm experiment function.

Usage

1
Hyperband_Exp(R, R_unit, eta = 3)

Arguments

R

Resource parameter, the maximum amount of resource that can be allocated to a single hyperparameter configuration.

R_unit

Resource unit, the minimum amount of computation where different hyperparameter configurations start to separate.

eta

an input that controls the proportion of configurations discarded in each round of SuccessiveHalving.

Examples

1
Hyperband_Exp(R = 81, R_unit = 1, eta = 3)

yanyachen/rHyperband documentation built on May 4, 2019, 2:30 p.m.