1 instantiation of AggregateTrainingStopManager
Microsoft.ML.AutoML (1)
AutoMLExperiment\AutoMLExperiment.cs (1)
226return new AggregateTrainingStopManager(logger, mostRecentAddedStopServices.ToArray());
3 references to AggregateTrainingStopManager
Microsoft.ML.AutoML (3)
AutoMLExperiment\AutoMLExperiment.cs (2)
233var aggregateTrainingStopManager = serviceProvider.GetRequiredService<AggregateTrainingStopManager>();
Tuner\AutoZeroTuner.cs (1)
27public AutoZeroTuner(SweepablePipeline pipeline, AggregateTrainingStopManager aggregateTrainingStopManager, IEvaluateMetricManager evaluateMetricManager, AutoMLExperiment.AutoMLExperimentSettings settings)