3 references to NormalRVs
Microsoft.ML.Sweeper (3)
Algorithms\KdoSweeper.cs (1)
479points[i] = VectorTransformAdd(mu, _spu.NormalRVs(mu.Length, 0, 1), a);
Algorithms\SmacSweeper.cs (2)
316double newVal = spu.NormalRVs(1, neigh[i], 0.2)[0]; 318newVal = spu.NormalRVs(1, neigh[i], 0.2)[0];