set_optim_params | R Documentation |
Set parameters for optimization of the covariance parameters of a GPModel
set_optim_params(gp_model, params = list())
gp_model |
A |
params |
A
|
Fabio Sigrist
data(GPBoost_data, package = "gpboost")
gp_model <- GPModel(group_data = group_data, likelihood="gaussian")
set_optim_params(gp_model, params=list(optimizer_cov="nelder_mead"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.