50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

dgpsi (version 2.5.0)

write: Save the constructed emulator

Description

This function saves the constructed emulator to a .pkl file.

Usage

write(object, pkl_file, light = TRUE)

Value

No return value. object will be saved to a local .pkl file specified by pkl_file.

Arguments

object

an instance of the S3 class gp, dgp, lgp, or bundle.

pkl_file

the path to and the name of the .pkl file to which the emulator object is saved.

light

a bool indicating if a light version of the constructed emulator (that requires less disk space to store) will be saved. Defaults to TRUE.

Details

See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.

Examples

Run this code
if (FALSE) {

# See gp(), dgp(), lgp(), or pack() for an example.
}

Run the code above in your browser using DataLab