-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tune] Add custom field for serializations #4237
Conversation
Test FAILed. |
Test FAILed. |
@@ -98,6 +98,10 @@ def next_trials(self): | |||
trial.best_result = None | |||
trial.param_config = param_config | |||
trial.extra_arg = extra_arg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider instead making these fields native to trial.
Test FAILed. |
Test FAILed. |
Fixes GeneticSearcher output.
Fixes #4233.