2 writes to _candidates
Microsoft.ML.AutoML (2)
Tuner\SmacTuner.cs (2)
76_candidates = new Queue<Parameter>(); 107_candidates = new Queue<Parameter>(GenerateCandidateConfigurations(_fitModelEveryNTrials, _histories, model));
4 references to _candidates
Microsoft.ML.AutoML (4)
Tuner\SmacTuner.cs (4)
97var trialCount = _histories.Count + _candidates.Count; 104if (_candidates.Count <= 0) 110return _candidates.Dequeue(); 115internal Queue<Parameter> Candidates => _candidates;