25 #include <queso/TKFactoryLogitRandomWalk.h> 
   26 #include <queso/TransformedScaledCovMatrixTKGroup.h> 
   31 template <
class DerivedTK>
 
   32 SharedPtr<BaseTKGroup<GslVector, GslMatrix> >::Type
 
   35   SharedPtr<BaseTKGroup<GslVector, GslMatrix> >::Type new_tk;
 
   40         this->m_target_pdf->domainSet());
 
   42   new_tk.reset(
new DerivedTK(this->m_options->m_prefix.c_str(),
 
   45                              *(this->m_initial_cov_matrix)));
 
Class representing a subset of a vector space shaped like a hypercube. 
 
TKFactoryLogitRandomWalk< TransformedScaledCovMatrixTKGroup< GslVector, GslMatrix > > tk_factory_logit_random_walk("logit_random_walk")
 
virtual SharedPtr< BaseTKGroup< GslVector, GslMatrix > >::Type build_tk()