2 writes to _currentThreadId
Microsoft.ML.AutoML (2)
Tuner\CostFrugalTuner.cs (2)
34_currentThreadId = 0; 100_currentThreadId += 1;
5 references to _currentThreadId
Microsoft.ML.AutoML (5)
Tuner\CostFrugalTuner.cs (5)
59var searchThread = _searchThreadPool[_currentThreadId]; 61_trialProposedBy[trialId] = _currentThreadId; 66_trialProposedBy[trialId] = _currentThreadId; 87int threadId = _trialProposedBy.ContainsKey(trialId) ? _trialProposedBy[trialId] : _currentThreadId; 90_searchThreadPool[_currentThreadId] = _localSearch.CreateSearchThread(parameter, loss, cost);