savestate: save the state of a neural estimator

View source: R/core.R

savestateR Documentation

save the state of a neural estimator

Description

Save the state of a neural estimator (e.g., optimised neural-network parameters). Supports both Flux and Lux estimators.

Usage

savestate(estimator, filename)

Arguments

estimator

the neural estimator that we wish to save

filename

file in which to save the neural-network state as a bson file

Value

No return value, called for side effects


NeuralEstimators documentation built on Sept. 10, 2026, 1:12 a.m.