When you use Bayesian sampling, the number of concurrent runs has an impact
on the effectiveness of the tuning process. Typically, a smaller number of
concurrent runs can lead to better sampling convergence, since the smaller
degree of parallelism increases the number of runs that benefit from
previously completed runs.
Bayesian sampling only supports choice()
, uniform()
, and quniform()
distributions over the search space.
Bayesian sampling does not support any early termination policy. When
using Bayesian parameter sampling, early_termination_policy
must be
NULL
.