1 write to _metricValue
Microsoft.ML.Sweeper (1)
ISweeper.cs (1)
225
_metricValue
= metricValue;
7 references to _metricValue
Microsoft.ML.Sweeper (7)
ISweeper.cs (7)
238
if (
_metricValue
== null)
240
return
_metricValue
.Value;
248
if (
_metricValue
== otherTyped.
_metricValue
)
250
return _isMetricMaximizing ^ (
_metricValue
< otherTyped.
_metricValue
) ? 1 : -1;
257
return
_metricValue
!= null;