jansel / opentuner

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

Does opentuner suit for online applications. #159

Open LuJiaWeiwei opened 1 year ago

LuJiaWeiwei commented 1 year ago

We have tried to use opentuner to tune online application parameters, but it seems doesn't get good result. We want to ask whether opentuner only suit for static application from theory. Is there a specific field focus on online applications parameter tuning.

jansel commented 1 year ago

By online do you mean the optimal configuration changes over time? If so, no it does not support that.

LuJiaWeiwei commented 1 year ago

Thanks for your reply, I also means the complicate applications. Our app is used by many people and has different situations. Does opentuner suit to tune the jvm parameter.