Struct GaussianBallWalk
-
struct GaussianBallWalk
Public Functions
-
inline GaussianBallWalk(double L)
-
inline GaussianBallWalk()
Public Members
-
parameters param
-
struct parameters
Public Functions
-
inline parameters(double L, bool set)
Public Members
-
double m_L
-
bool set_delta
-
inline parameters(double L, bool set)
-
template<typename Polytope, typename RandomNumberGenerator>
struct Walk -
Public Functions
-
inline Walk(Polytope &P, Point const &p, NT const &a, RandomNumberGenerator &rng)
-
inline Walk(Polytope &P, Point const &p, NT const &a, RandomNumberGenerator &rng, parameters const ¶ms)
-
template<typename BallPolytope>
inline void apply(BallPolytope const &P, Point &p, NT const &a_i, unsigned int const &walk_length, RandomNumberGenerator &rng)
-
inline void update_delta(NT delta)
Public Static Functions
-
template<typename GenericPolytope>
static inline NT compute_delta(GenericPolytope &P, NT const &a)
-
inline Walk(Polytope &P, Point const &p, NT const &a, RandomNumberGenerator &rng)
-
inline GaussianBallWalk(double L)