package gpr

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Interfaces.SpecsSource

Specifications of covariance functions (= kernels) and their derivatives

Sourcemodule type Kernel = sig ... end

Signature of kernels and their parameters

Sourcemodule type Eval = sig ... end

Evaluation of covariance functions

Sourcemodule type Deriv = sig ... end

Derivatives of covariance functions

Sourcemodule type Optimizer = sig ... end

Derivatives of inputs for global optimization.