Learn R Programming

gptk (version 1.06)

gpOptimise: Optimise the inducing variable based kernel.

Description

optimises the Gaussian process model for a given number of iterations.

Usage

gpOptimise(model, display, iters, gradcheck)

Arguments

model
the model to be optimised.
display
whether or not to display while optimisation proceeds, set to 2 for the most verbose and 0 for the least verbose.
iters
number of iterations for the optimisation.
gradcheck
(logical) do a gradient check.

Value

  • modelthe optimised model.

See Also

gpCreate, gpGradient, gpObjective.

Examples

Run this code
## missing

Run the code above in your browser using DataLab