Struct GaussianAcceleratedBilliardWalk
-
struct GaussianAcceleratedBilliardWalk
Public Functions
-
inline GaussianAcceleratedBilliardWalk(double L)
-
inline GaussianAcceleratedBilliardWalk()
Public Members
-
parameters param
-
struct parameters
Public Functions
-
inline parameters(double L, bool set)
Public Members
-
double m_L
-
bool set_L
-
inline parameters(double L, bool set)
-
struct update_parameters
Public Functions
-
inline update_parameters()
Public Members
-
int facet_prev
-
bool hit_ball
-
double inner_vi_ak
-
double ball_inner_norm
-
double moved_dist
-
inline update_parameters()
-
template<typename Polytope, typename RandomNumberGenerator, typename E_type = typename Polytope::DenseMT>
struct Walk Public Types
-
typedef Polytope::PointType Point
-
typedef Polytope::MT MT
-
typedef Polytope::VT VT
-
typedef Point::FT NT
Public Functions
-
inline void computeLcov(const E_type E)
-
template<typename GenericPolytope>
inline Walk(GenericPolytope &P, Point const &p, E_type const &E, RandomNumberGenerator &rng)
-
template<typename GenericPolytope>
inline Walk(GenericPolytope &P, Point const &p, E_type const &E, RandomNumberGenerator &rng, parameters const ¶ms)
-
template<typename GenericPolytope>
inline void apply(GenericPolytope &P, Point &p, unsigned int const &walk_length, RandomNumberGenerator &rng)
-
typedef Polytope::PointType Point
-
inline GaussianAcceleratedBilliardWalk(double L)