jansel / opentuner

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

Choose which technique is used at each step #138

Closed AstralisRL closed 4 years ago

AstralisRL commented 4 years ago

Is there a way to choose which technique is used at each step, for example based on a external result? Do I have to create my own "metatechnique" for this?

jansel commented 4 years ago

You would need to create your own meta technique for something like this.

AstralisRL commented 4 years ago

Thank you! Just like RoundRobinMetaSearchTechnique?

jansel commented 4 years ago

Yes, you can replace the selection algorithm in that with whatever you prefer.