3 writes to SweptParameters
Microsoft.ML.Sweeper.Tests (3)
TestSweeper.cs (3)
242SweptParameters = new IComponentFactory<INumericValueGenerator>[] { 313SweptParameters = new IComponentFactory<INumericValueGenerator>[] { 650SweptParameters = new IComponentFactory<INumericValueGenerator>[] {
3 references to SweptParameters
Microsoft.ML.Sweeper (3)
Algorithms\SmacSweeper.cs (3)
82_host.CheckUserArg(Utils.Size(options.SweptParameters) > 0, nameof(options.SweptParameters), "SMAC sweeper needs at least one parameter to sweep over"); 83_sweepParameters = options.SweptParameters.Select(p => p.CreateComponent(_host)).ToArray();