2 instantiations of SearchSpace
Microsoft.ML.SearchSpace.Tests (2)
SearchSpaceTest.cs (2)
219
var searchSpace = new Option.
SearchSpace
();
222
var 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)
219
var
searchSpace = new Option.SearchSpace();
222
var
anotherNestOption = new Option.SearchSpace();