scipy.stats.qmc.Sobol. random_base2# Sobol.random_base2(m)[源代码][源代码]# 从 Sobol’ 序列中绘制点。 此函数在参数空间中绘制 \(n=2^m\) 个点,确保序列的平衡特性。 参数: m整数样本数量的以2为底的对数;即,n = 2^m。 返回: 示例array_like (n, d)Sobol’ 样本。