This function saves the constructed emulator to a .pkl
file.
Arguments
- object
an instance of the S3 class
gp
,dgp
,lgp
, orbundle
.- pkl_file
the path to and the name of the
.pkl
file to which the emulatorobject
is saved.
Details
See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.
Note
Since the constructed emulators are 'python' objects, save()
from R will not work as it is only for R objects.