![]() |
Stan
2.10.0
probability, sampling & optimization
|
#include <stan/interface_callbacks/writer/base_writer.hpp>
#include <stan/math/prim/scal/err/check_positive.hpp>
#include <stan/math/prim/scal/err/check_nonnegative.hpp>
#include <stan/services/io/do_print.hpp>
#include <cmath>
#include <iomanip>
#include <iostream>
#include <string>
Go to the source code of this file.
Namespaces | |
stan | |
Probability, optimization and sampling library. | |
stan::services | |
stan::services::variational | |
Functions | |
void | stan::services::variational::print_progress (int m, int start, int finish, int refresh, bool tune, const std::string &prefix, const std::string &suffix, interface_callbacks::writer::base_writer &writer) |
Helper function for printing progress for variational inference. More... | |