ADMB Documentation
-a65f1c97
|
This file was copied from hybmcmc.cpp to use as a template to create updated Hamiltonian Monte Carlo samplers (static HMC and No-u-turn). More...
Go to the source code of this file.
Functions | |
void | read_empirical_covariance_matrix (int nvar, const dmatrix &S, const adstring &prog_name) |
Reads the covariance matrix from a file, which is the program name prepended to the extension '.ecm'. More... | |
void | read_hessian_matrix_and_scale1 (int nvar, const dmatrix &_SS, double s, int mcmc2_flag) |
This file was copied from hybmcmc.cpp to use as a template to create updated Hamiltonian Monte Carlo samplers (static HMC and No-u-turn).
Definition in file hmc.cpp.
Reads the covariance matrix from a file, which is the program name prepended to the extension '.ecm'.
int | nvar |
dmatrix& | S |
adstring& | prog_name |
Definition at line 961 of file xxmcmc.cpp.
Referenced by function_minimizer::hybrid_mcmc_routine(), function_minimizer::mcmc_routine(), and function_minimizer::rwm_mcmc_routine().
void read_hessian_matrix_and_scale1 | ( | int | nvar, |
const dmatrix & | _SS, | ||
double | s, | ||
int | mcmc2_flag | ||
) |
Definition at line 1453 of file xxmcmc.cpp.
Referenced by function_minimizer::hybrid_mcmc_routine(), function_minimizer::mcmc_routine(), and function_minimizer::rwm_mcmc_routine().
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5 |