Skip to content

Commit

Permalink
Update optuna/_gp/gp.py
Browse files Browse the repository at this point in the history
Co-authored-by: Yoshihiko Ozaki <[email protected]>
  • Loading branch information
contramundum53 and y0z authored Feb 14, 2024
1 parent 7b48c75 commit c664537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optuna/_gp/gp.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def optimize(initial_kernel_params: KernelParamsTensor) -> np.ndarray:
except RuntimeError as e:
warnings.warn(
f"The optimization of the kernel parameters failed. ({e})"
"The kernel parameters are set to the initial values."
"The kernel parameters are set to the default values."
)
return default_initial_kernel_params

Expand Down

0 comments on commit c664537

Please sign in to comment.