Closed copybara-service[bot] closed 2 months ago
Let hparams_vizier.add_params_mt_albis() use max_no_inf, not max. They only differ for the case of zero incoming edges, in which case the "no inf" version returns all-zeros (like mean does).
hparams_vizier.add_params_mt_albis()
max_no_inf
max
Let
hparams_vizier.add_params_mt_albis()
usemax_no_inf
, notmax
. They only differ for the case of zero incoming edges, in which case the "no inf" version returns all-zeros (like mean does).