2 writes to DefaultValue
Microsoft.ML.Core (2)
SearchSpace\ChoiceAttribute.cs (2)
25this.DefaultValue = null; 38this.DefaultValue = defaultValue;
4 references to DefaultValue
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),