2 writes to Candidates
Microsoft.ML.Core (2)
SearchSpace\ChoiceAttribute.cs (2)
24
this.
Candidates
= candidates;
37
this.
Candidates
= candidates;
4 references to Candidates
Microsoft.ML.SearchSpace (4)
SearchSpace.cs (4)
217
ChoiceAttribute choice => choice.DefaultValue == null ? new ChoiceOption(choice.
Candidates
) : new ChoiceOption(choice.
Candidates
, defaultChoice: choice.DefaultValue),
264
ChoiceAttribute choice => choice.DefaultValue == null ? new ChoiceOption(choice.
Candidates
) : new ChoiceOption(choice.
Candidates
, defaultChoice: choice.DefaultValue),