2 writes to _permutation
Microsoft.ML.Sweeper (2)
Algorithms\Grid.cs (2)
132
_permutation
= Utils.GetRandomPermutation(Host.Rand, _nGridPoints);
149
_permutation
= Utils.GetRandomPermutation(Host.Rand, _nGridPoints);
1 reference to _permutation
Microsoft.ML.Sweeper (1)
Algorithms\Grid.cs (1)
171
_cache[iPerm] = CreateParamSet(
_permutation
[iPerm]);