scipy.stats.qmc.Sobol. random_base2# Sobol.random_base2(m)[source]# 从 Sobol 序列中抽取点。 此函数在参数空间中绘制 \(n=2^m\) 个点,确保序列的平衡特性。 参数: mint样本数量的以 2 为底的对数;即 n = 2^m。 返回值: samplearray_like (n, d)Sobol 样本。