Learn R Programming

gptk (version 1.0)

gpOptimise: Optimise the inducing variable based kernel.

Description

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

Usage

model <- gpOptimise(model, display, iters)

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.

Value

  • modelthe optimised model.

See Also

gpCreate, gpGradient, gpObjective.

Examples

Run this code
## missing

Run the code above in your browser using DataLab