1 #ifndef STAN_SERVICES_IO_WRITE_MODEL_HPP
2 #define STAN_SERVICES_IO_WRITE_MODEL_HPP
12 const std::string model_name) {
13 writer(
"model = " + model_name);
Probability, optimization and sampling library.
void write_model(interface_callbacks::writer::base_writer &writer, const std::string model_name)
base_writer is an abstract base class defining the interface for Stan writer callbacks.