3 writes to SweptParameters
Microsoft.ML.Sweeper.Tests (3)
TestSweeper.cs (3)
242
SweptParameters
= new IComponentFactory<INumericValueGenerator>[] {
313
SweptParameters
= new IComponentFactory<INumericValueGenerator>[] {
650
SweptParameters
= 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();