2 instantiations of SearchSpace
Microsoft.ML.SearchSpace.Tests (2)
SearchSpaceTest.cs (2)
219var searchSpace = new Option.SearchSpace(); 222var anotherNestOption = new Option.SearchSpace();
3 references to SearchSpace
Microsoft.ML.SearchSpace (1)
Option\NestOption.cs (1)
14/// This class represent nest option, which is an option that contains other options, like <see cref="ChoiceOption"/>, <see cref="UniformNumericOption"/> or even <see cref="SearchSpace"/> itself.
Microsoft.ML.SearchSpace.Tests (2)
SearchSpaceTest.cs (2)
219var searchSpace = new Option.SearchSpace(); 222var anotherNestOption = new Option.SearchSpace();