Fleet  0.0.9
Inference in the LOT
Public Member Functions | Public Attributes | List of all members
HillClimbing< HYP > Class Template Reference

#include <HillClimbing.h>

Collaboration diagram for HillClimbing< HYP >:
Collaboration graph
[legend]

Public Member Functions

 HillClimbing (HYP &h0, typename HYP::data_t *d, size_t n=1, size_t is=100)
 
generator< HYP & > run (Control ctl)
 

Public Attributes

TopN< HYP > top
 
size_t N
 
size_t inner_samples
 
HYP::data_t * data
 
double T = 1.0
 

Detailed Description

template<typename HYP>
class HillClimbing< HYP >

Author
Steven Piantadosi
Date
07/07/21

Constructor & Destructor Documentation

◆ HillClimbing()

template<typename HYP >
HillClimbing< HYP >::HillClimbing ( HYP &  h0,
typename HYP::data_t *  d,
size_t  n = 1,
size_t  is = 100 
)
inline

Member Function Documentation

◆ run()

template<typename HYP >
generator<HYP&> HillClimbing< HYP >::run ( Control  ctl)
inline

Member Data Documentation

◆ data

template<typename HYP >
HYP::data_t* HillClimbing< HYP >::data

◆ inner_samples

template<typename HYP >
size_t HillClimbing< HYP >::inner_samples

◆ N

template<typename HYP >
size_t HillClimbing< HYP >::N

◆ T

template<typename HYP >
double HillClimbing< HYP >::T = 1.0

◆ top

template<typename HYP >
TopN<HYP> HillClimbing< HYP >::top

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