Implemented interface member:
3 writes to
Microsoft.ML.SearchSpace.Tests (3)
SearchSpaceTest.cs (3)
223anotherNestOption["choice"] = new ChoiceOption("d", "e"); 224anotherNestOption["int"] = new UniformIntOption(2, 3); 225searchSpace["nestOption"] = anotherNestOption;