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)
204return _metricValue.Value; 212if (_metricValue == otherTyped._metricValue) 214return _isMetricMaximizing ^ (_metricValue < otherTyped._metricValue) ? 1 : -1; 221return _metricValue != null;