KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
Basic_sd_step< Model, REVERSIBLE > Class Template Reference

#include <sample_step.h>

Public Types

typedef Basic_hmc_step< Model,
false, false, REVERSIBLE > 
Type
 

Detailed Description

template<class Model, bool REVERSIBLE = true>
class Basic_sd_step< Model, REVERSIBLE >

Template Parameters
ModelThe model type. Must comply with HmcModel concept.

Basic_sd_step is a functor that runs a single step of the stochastic dynamics algorithm (i.e., an HMC step without an accept/reject step).

Member Typedef Documentation

template<class Model , bool REVERSIBLE = true>
typedef Basic_hmc_step<Model, false, false, REVERSIBLE> Basic_sd_step< Model, REVERSIBLE >::Type

The documentation for this class was generated from the following file: