1 write to _args
Microsoft.ML.AutoML (1)
Sweepers\SmacSweeper.cs (1)
77
_args
= args;
10 references to _args
Microsoft.ML.AutoML (10)
Sweepers\SmacSweeper.cs (10)
89
if (numRuns <
_args
.NumberInitialPopulation)
90
return _randomSweeper.ProposeSweeps(Math.Min(numOfCandidates,
_args
.NumberInitialPopulation - numRuns), previousRuns);
131
FeatureFraction =
_args
.SplitRatio,
132
NumberOfTrees =
_args
.NumOfTrees,
133
MinimumExampleCountPerLeaf =
_args
.NMinForSplit
154
ParameterSet[] bestKParamSets = GetKBestConfigurations(previousRuns,
_args
.LocalSearchParentCount);
190
Tuple<double, ParameterSet> bestChildKvp = LocalSearch(c, forest, bestVal,
_args
.Epsilon, bestRun.IsMetricMaximizing);
195
ParameterSet[] randomConfigs = _randomSweeper.ProposeSweeps(
_args
.NumRandomEISearchConfigurations, previousRuns);
236
if (eis[bestIndex] - currentBestEI <
_args
.Epsilon)
304
for (int j = 0; j <
_args
.NumNeighborsForNumericalParams; j++)