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