The Calibrator class currently has a method get_cost which will tell you how many times the executor (and ideal executor) will be run to run the entire calibration experiment. It would be nice to provide more details here through a new function which would return the breakdown of that total cost by problem and strategy.
The Calibrator class currently has a method
get_costwhich will tell you how many times the executor (and ideal executor) will be run to run the entire calibration experiment. It would be nice to provide more details here through a new function which would return the breakdown of that total cost by problem and strategy.