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