1 write to _metricValue
Microsoft.ML.AutoML (1)
Sweepers\ISweeper.cs (1)
196
_metricValue
= metricValue;
6 references to _metricValue
Microsoft.ML.AutoML (6)
Sweepers\ISweeper.cs (6)
204
return
_metricValue
.Value;
212
if (
_metricValue
== otherTyped.
_metricValue
)
214
return _isMetricMaximizing ^ (
_metricValue
< otherTyped.
_metricValue
) ? 1 : -1;
221
return
_metricValue
!= null;