1 write to _k1
Microsoft.ML.AutoML (1)
Tuner\PipelineProposer.cs (1)
151_k1 = _pipelineSchemas.ToDictionary(id => id, id => duration * _learnerInitialCost[id] / _learnerInitialCost[schema]);
7 references to _k1
Microsoft.ML.AutoML (7)
Tuner\PipelineProposer.cs (7)
149if (_k1 == null) 152_k2 = _k1.ToDictionary(kv => kv.Key, kv => kv.Value); 162_k1[schema] += duration; 168_k2[schema] = _k1[schema]; 169_k1[schema] = duration; 181var eci1 = Math.Max(_k1[schema], _k2[schema]); 182var estimatorCostForBreakThrough = (2 * (loss - _globalBestError) + double.Epsilon) / ((_e2[schema] - _e1[schema]) / (_k2[schema] + _k1[schema]) + double.Epsilon);