高效的优化算法 - Optuna 2.7.0 文档optuna.readthedocs.io/zh_CN/latest/tutorial/10_key_features/003_efficient_optimization_algorithms.html optuna是一款集合和很多贝叶斯优化算法的自动调参库,里面集成了很多贝叶斯优化算法。默认使用的是TPE优化算法
It also provides a wrapper for several search optimization algorithms from Ray Tune'ssearchers, which in turn are wrappers for other libraries. The selection of the search algorithm is controlled by thesearch_optimizationparameter. In order to use other algorithms, you need to install the libraries...
Extended functionalities for Optuna in combination with third-party libraries. - optuna-integration/optuna_integration/sklearn/sklearn.py at 15e6b0ec6d9a0d7f572ad387be8478c56257bef7 · optuna/optuna-integration