Object used to get / set global parameters and other global model configuration options in the "low-level" stochtree interface
Source:R/config.R
GlobalModelConfig.Rd
The "low-level" stochtree interface enables a high degreee of sampler customization, in which users employ R wrappers around C++ objects like ForestDataset, Outcome, CppRng, and ForestModel to run the Gibbs sampler of a BART model with custom modifications. GlobalModelConfig allows users to specify / query the global parameters of a model they wish to run.
Public fields
global_error_variance
Global error variance parameter Create a new GlobalModelConfig object.
Methods
Method new()
Usage
GlobalModelConfig$new(global_error_variance = 1)