サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
Switch 2
jaberg.github.io
What is Hyperopt? hyperopt is a Python library for optimizing over awkward search spaces with real-valued, discrete, and conditional dimensions. # define an objective function def objective(args): case, val = args if case == 'case 1': return val else: return val ** 2 # define a search space from hyperopt import hp space = hp.choice('a', [ ('case 1', 1 + hp.lognormal('c1', 0, 1)), ('case 2', hp.uni
このページを最初にブックマークしてみませんか?
『jaberg.github.io』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く