jansel / opentuner

An extensible framework for program autotuning
http://opentuner.org/
MIT License
382 stars 112 forks source link

How to get the stats from stats.py? #137

Closed AstralisRL closed 4 years ago

AstralisRL commented 4 years ago

Once I have run my search, I would like to get statistics on which arm is picked more often, how many tests it got allocated, etc.. I noticed a StatsMain class exists. How can I use it to extract the information?

Thanks.