wrapper creation tutorial"

knitr::opts_chunk$set(echo = TRUE)

Creating a wrapper for a new GP package

This vignette serves as a tutorial on how to create a new wrapper for a GP package by editing the file \texttt{WrappedGP.R}, turning it into the wrapper for a new GP package. The file is essentially a copy of the file \texttt{WrappedmlegpGP.R}, a wrapper for the \texttt{mlegp} package. We assume that the user has some knowledge of GP implementations in R.
We require the following methods for the new GP package:

First, we describe a minimum version which goes over all necessary changes. Afterwards, we point the user to more advanced implementations which can be found in \texttt{WrappedDiceKrigingGP.R}.

Changes in \texttt{CreateWrappedGP.R}

Changes in \texttt{WrappedGP.r}

Optional and advanced features

Subsequent features are not necessary for the proper function of the package. Since these aspects are highly dependent on the chosen package, we merely make the user aware of these features and point them to the code sections in \texttt{WrappedDiceKrigingGP.R}.



Try the GPTreeO package in your browser

Any scripts or data that you put into this service are public.

GPTreeO documentation built on Oct. 16, 2024, 5:08 p.m.