Optuna:从https://huggingface.co/learn/deep-rl-course/unitbonus2/optuna视频来看Optuna就是实现了贝叶斯优化的一些算法,帮助快捷调超参数
- median pruner(Prune if the trial’s best intermediate result is worse than median of intermediate results of previous trials at the same step)
- successive halving (之前的逐次减半算法)
下图转载自 https://zhuanlan.zhihu.com/p/76269142