jansel / opentuner

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

Allow tuners to specify their own default technique/bandit #94

Open jbosboom opened 7 years ago

jbosboom commented 7 years ago

The Mario example wants to use PSO_GA_Bandit because the default bandit takes an inordinate amount of time and memory to initialize. Can tuners override the default technique, while still honoring a user's choice if they explicitly specified one?