MTToolBox
0.2.10
|
テンパリングパラメータを探索するアルゴリズムであり、MTDC [1]で使 用されているものである。 [詳解]
#include <iostream>
#include <iomanip>
#include <cstdlib>
#include <unistd.h>
#include <tr1/memory>
#include <vector>
#include <MTToolBox/AlgorithmTempering.hpp>
#include <MTToolBox/TemperingCalculatable.hpp>
#include <MTToolBox/AlgorithmEquidistribution.hpp>
#include <MTToolBox/util.hpp>
データ構造 | |
class | MTToolBox::temper_params< U > |
テンパリングパラメータのクラス [詳解] | |
class | MTToolBox::AlgorithmBestBits< U, V > |
テンパリングパラメータを探索するアルゴリズム(MT用) [詳解] | |
名前空間 | |
MTToolBox | |
MTToolBox の名前空間 | |
マクロ定義 | |
#define | MTTOOLBOX_USE_TR1 |
テンパリングパラメータを探索するアルゴリズムであり、MTDC [1]で使 用されているものである。
Copyright (C) 2013, 2016 Mutsuo Saito, Makoto Matsumoto and Hiroshima University. All rights reserved.
The 3-clause BSD License is applied to this software, see LICENSE.txt
Reference: [1] M. Matsumoto and T. Nishimura, Dynamic Creation of Pseudorandom number generator, Monte Carlo and Quasi-Monte Carlo Methods 1998, Springer-Verlag, 56-69, 2000 http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/DC/dc.html
#define MTTOOLBOX_USE_TR1 |