4 references to ProportionRandom
Microsoft.ML.Sweeper (4)
Algorithms\KdoSweeper.cs (4)
96
_host.CheckUserArg(0 <= options.
ProportionRandom
&& options.
ProportionRandom
<= 1, nameof(options.
ProportionRandom
), "Must be in [0, 1]");
210
if (_spu.SampleUniform() <= _args.
ProportionRandom
)