opentuner icon indicating copy to clipboard operation
opentuner copied to clipboard

Getting the best result

Open joyouskoala opened this issue 7 years ago • 2 comments

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 avatar Oct 09 '18 15:10 joyouskoala

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.

joyouskoala avatar Oct 09 '18 18:10 joyouskoala

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

jansel avatar Oct 11 '18 19:10 jansel