Skip to content
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

Getting the best result #124

Open
joyouskoala opened this issue Oct 9, 2018 · 2 comments
Open

Getting the best result #124

joyouskoala opened this issue Oct 9, 2018 · 2 comments

Comments

@joyouskoala
Copy link
Contributor

After tuning, we can print or save the best configuration using save_final_config. However there is no similar function to automatically save the best result obtained from that config.

@joyouskoala
Copy link
Contributor Author

At the moment the way to do this is to use

self.driver.results_query(config=configuration, objective_ordered=True)[0].time

in save_final_config, but this is nontrivial.

@jansel
Copy link
Owner

jansel commented Oct 11, 2018

Adding a helper function to make this easier would be a good improvement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants