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