-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
AutoML.NETAutomating various steps of the machine learning processAutomating various steps of the machine learning processenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersup-for-grabsA good issue to fix if you are trying to contribute to the projectA good issue to fix if you are trying to contribute to the project
Description
public virtual ParameterSet[] ProposeSweeps(int maxSweeps, IEnumerable previousRuns) in ISweeper implementations should not return duplicate ParameterSet entries in the array it returns.
Duplicate entries are ParameterSet elements that have the same IparameterValue Name and ValueText field values.
Since the ParameterSet class also calculates the hash, for each entry in the ParameterSet[], it wouldn't be hard to disambiguate.
I can't think of a case where consuming the output of this method would not follow up by cleaning up duplicates. It should be built in the system.
Metadata
Metadata
Assignees
Labels
AutoML.NETAutomating various steps of the machine learning processAutomating various steps of the machine learning processenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersup-for-grabsA good issue to fix if you are trying to contribute to the projectA good issue to fix if you are trying to contribute to the project