ray.tune.choice# ray.tune.choice(categories: Sequence)[源代码]# 采样一个分类值。 从 tune.choice([1, 2]) 采样等同于从 np.random.choice([1, 2]) 采样。