1 write to _args
Microsoft.ML.Sweeper (1)
Algorithms\KdoSweeper.cs (1)
99
_args
= options;
12 references to _args
Microsoft.ML.Sweeper (12)
Algorithms\KdoSweeper.cs (12)
113
var numSweeps = Math.Min(numOfCandidates,
_args
.NumberInitialPopulation - prevRuns.Length);
117
if (prevRuns.Length <
_args
.NumberInitialPopulation)
164
if (history.Length >
_args
.HistoryLength)
210
if (_spu.SampleUniform() <=
_args
.ProportionRandom)
227
double[] categoryWeights =
_args
.LegacyDpBehavior
243
if (!
_args
.Beta)
250
double bandwidthScale = Math.Max(
_args
.MinimumMutationSpread, correctedVal);
251
double[] stddevs = Enumerable.Repeat(
_args
.Simple ? 0.2 : bandwidthScale, mu.Length).ToArray();
337
weights[i] =
_args
.Simple ? Math.Pow(weights[i], Math.Min(Math.Sqrt(n), 100)) : Math.Pow(weights[i],
_args
.WeightRescalingPower * currentMaxPerf);
434
if (bestK.Count <
_args
.HistoryLength || r.CompareTo(worst) > 0)
437
if (bestK.Count >
_args
.HistoryLength)