1 write to OutputFolder
Microsoft.ML.Sweeper (1)
ConfigRunner.cs (1)
73OutputFolder = GetOutputFolderPath(options.OutputFolderName);
5 references to OutputFolder
Microsoft.ML.Sweeper (5)
ConfigRunner.cs (4)
119return string.Format(@"o={{{0}\{1}.summary.txt}}", OutputFolder, Prefix); 127ch.Info(@"The summary of the run results has been saved to the file {0}\{1}.summary.txt", OutputFolder, Prefix); 175return string.Format(@"{0}\{1}{2}.{3}.txt", OutputFolder, Prefix, i, kind); 217ResultProcessor.GetRunResult(sweep, string.Format(@"{0}\{1}.out.txt", OutputFolder, min + j)));
SynthConfigRunner.cs (1)
51string filePath = string.Format(@"{0}\{1}.out.txt", OutputFolder, min + j);