1 write to _e1
Microsoft.ML.AutoML (1)
Tuner\PipelineProposer.cs (1)
153
_e1
= _pipelineSchemas.ToDictionary(id => id, id => loss);
4 references to _e1
Microsoft.ML.AutoML (4)
Tuner\PipelineProposer.cs (4)
157
else if (loss >=
_e1
[schema])
170
_e2[schema] =
_e1
[schema];
171
_e1
[schema] = loss;
182
var estimatorCostForBreakThrough = (2 * (loss - _globalBestError) + double.Epsilon) / ((_e2[schema] -
_e1
[schema]) / (_k2[schema] + _k1[schema]) + double.Epsilon);