MTToolBox
0.2.10
|
class which keeps tempering parameters More...
#include <AlgorithmBestBits.hpp>
Public Member Functions | |
temper_params (int param_num) | |
Simple constructor. More... | |
~temper_params () | |
Simple destructor. More... | |
Data Fields | |
U * | param |
array of tempering parameters More... | |
int | delta |
Sum of differences between theoretical upper bound and realized value of dimension of equi-distribution. More... | |
int | size |
Number of tempering parameters. More... | |
class which keeps tempering parameters
U | type of tempering parameters, should be unsigned type. |
|
inline |
Simple constructor.
[in] | param_num | number of tempering parameters |
|
inline |
Simple destructor.
int MTToolBox::temper_params< U >::delta |
Sum of differences between theoretical upper bound and realized value of dimension of equi-distribution.
U* MTToolBox::temper_params< U >::param |
array of tempering parameters
int MTToolBox::temper_params< U >::size |
Number of tempering parameters.