This commit is contained in:
Naoto Mizuno
2023-10-06 13:54:40 +09:00
parent 20091d2616
commit bef3d1e57e
+2 -1
View File
@@ -287,7 +287,8 @@ class PreferentialGPSampler(optuna.samplers.BaseSampler):
Args:
kernel:
Kernel that computes the covariance on the Gaussian process. Defaults to Matern 3/2 Kernel + ARD.
Kernel that computes the covariance on the Gaussian process. Defaults to
Matern 3/2 Kernel + ARD.
noise_prior:
Prior of the observation noise. Defaults to gamma prior.
independent_sampler: