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)
94if (numRuns < _args.NumberInitialPopulation) 95return _randomSweeper.ProposeSweeps(Math.Min(numOfCandidates, _args.NumberInitialPopulation - numRuns), previousRuns); 139FeatureFraction = _args.SplitRatio, 140NumberOfTrees = _args.NumOfTrees, 141MinimumExampleCountPerLeaf = _args.NMinForSplit, 165ParameterSet[] bestKParamSets = GetKBestConfigurations(previousRuns, forest, _args.LocalSearchParentCount); 204Tuple<double, ParameterSet> bestChildKvp = LocalSearch(c, forest, bestVal, _args.Epsilon); 209ParameterSet[] randomConfigs = _randomSweeper.ProposeSweeps(_args.NumRandomEISearchConfigurations, previousRuns); 245if (eis[bestIndex] - currentBestEI < _args.Epsilon) 313for (int j = 0; j < _args.NumNeighborsForNumericalParams; j++)