2 implementations of OnPerformanceMetricsUpdatedHandler
Microsoft.ML.AutoML (1)
AutoMLExperiment\IPerformanceMonitor.cs (1)
147
public virtual void
OnPerformanceMetricsUpdatedHandler
(TrialSettings trialSettings, TrialPerformanceMetrics metrics, CancellationTokenSource trialCancellationTokenSource)
Microsoft.ML.AutoML.Tests (1)
AutoMLExperimentTests.cs (1)
489
public void
OnPerformanceMetricsUpdatedHandler
(TrialSettings trialSettings, TrialPerformanceMetrics metrics, CancellationTokenSource trialCancellationTokenSource)
1 reference to OnPerformanceMetricsUpdatedHandler
Microsoft.ML.AutoML (1)
AutoMLExperiment\AutoMLExperiment.cs (1)
268
performanceMonitor.
OnPerformanceMetricsUpdatedHandler
(trialSettings, metrics, trialCancellationTokenSource);