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)
149
if (
_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;
181
var eci1 = Math.Max(
_k1
[schema], _k2[schema]);
182
var estimatorCostForBreakThrough = (2 * (loss - _globalBestError) + double.Epsilon) / ((_e2[schema] - _e1[schema]) / (_k2[schema] +
_k1
[schema]) + double.Epsilon);