1 write to _args
Microsoft.ML.Sweeper (1)
Algorithms\SmacSweeper.cs (1)
81
_args
= options;
10 references to _args
Microsoft.ML.Sweeper (10)
Algorithms\SmacSweeper.cs (10)
94
if (numRuns <
_args
.NumberInitialPopulation)
95
return _randomSweeper.ProposeSweeps(Math.Min(numOfCandidates,
_args
.NumberInitialPopulation - numRuns), previousRuns);
139
FeatureFraction =
_args
.SplitRatio,
140
NumberOfTrees =
_args
.NumOfTrees,
141
MinimumExampleCountPerLeaf =
_args
.NMinForSplit,
165
ParameterSet[] bestKParamSets = GetKBestConfigurations(previousRuns, forest,
_args
.LocalSearchParentCount);
204
Tuple<double, ParameterSet> bestChildKvp = LocalSearch(c, forest, bestVal,
_args
.Epsilon);
209
ParameterSet[] randomConfigs = _randomSweeper.ProposeSweeps(
_args
.NumRandomEISearchConfigurations, previousRuns);
245
if (eis[bestIndex] - currentBestEI <
_args
.Epsilon)
313
for (int j = 0; j <
_args
.NumNeighborsForNumericalParams; j++)