3 references to AggregateTrainingStopManager
Microsoft.ML.AutoML (1)
AutoMLExperiment\AutoMLExperiment.cs (1)
226return new AggregateTrainingStopManager(logger, mostRecentAddedStopServices.ToArray());
Microsoft.ML.AutoML.Tests (2)
StopTrainingManagerTests.cs (2)
75var aggregationManager = new AggregateTrainingStopManager(null, timeoutManager, cancellationManager); 97aggregationManager = new AggregateTrainingStopManager(null, new TimeoutTrainingStopManager(TimeSpan.FromSeconds(100), null), cancellationManager);