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)
89if (numRuns < _args.NumberInitialPopulation) 90return _randomSweeper.ProposeSweeps(Math.Min(numOfCandidates, _args.NumberInitialPopulation - numRuns), previousRuns); 131FeatureFraction = _args.SplitRatio, 132NumberOfTrees = _args.NumOfTrees, 133MinimumExampleCountPerLeaf = _args.NMinForSplit 154ParameterSet[] bestKParamSets = GetKBestConfigurations(previousRuns, _args.LocalSearchParentCount); 190Tuple<double, ParameterSet> bestChildKvp = LocalSearch(c, forest, bestVal, _args.Epsilon, bestRun.IsMetricMaximizing); 195ParameterSet[] randomConfigs = _randomSweeper.ProposeSweeps(_args.NumRandomEISearchConfigurations, previousRuns); 236if (eis[bestIndex] - currentBestEI < _args.Epsilon) 304for (int j = 0; j < _args.NumNeighborsForNumericalParams; j++)