Benchmark allow custom tuning function to be passed as tuner
Closed this issue · 0 comments
pvk-developer commented
At the moment you can only pass a str
or a btb.tuning.tuners.BaseTuner
subclass to tuners
. We want to allow the user to define it's tuning function and be able to pass it as a tuner
.