Implemented interface member:
method
IsStopTrainingRequested
Microsoft.ML.AutoML.IStopTrainingManager.IsStopTrainingRequested()
5 references to IsStopTrainingRequested
Microsoft.ML.AutoML (1)
AutoMLExperiment\IStopTrainingManager.cs (1)
77return _cancellationTokenTrainingStopManager.IsStopTrainingRequested();
Microsoft.ML.AutoML.Tests (4)
StopTrainingManagerTests.cs (4)
37manager.IsStopTrainingRequested().Should().BeFalse(); 41manager.IsStopTrainingRequested().Should().BeTrue(); 94cancellationManager.IsStopTrainingRequested().Should().BeFalse(); 107cancellationManager.IsStopTrainingRequested().Should().BeTrue();