Hyperopt调参

 

搜索的算法

在fmin中指定algo参数:

from hyperopt import rand, anneal, tpe
rand.suggest  # 随机搜索 
anneal.suggest   # 模拟退火
tpe.suggest   # TPE

 

posted @ 2021-08-05 16:55  Raylan  阅读(32)  评论(0)    收藏  举报