#include <time.h>
#include <cmath>
#include <vector>
#include <bitset>
#include <string>
#include <sstream>
#include <iostream>
#include <fstream>
#include <iomanip>
#include <gsl/gsl_sf.h>
#include <gsl/gsl_randist.h>
#include <gsl/gsl_rng.h>
#include <gsl/gsl_histogram.h>
#include <gsl/gsl_histogram2d.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_vector.h>
#include <gsl/gsl_eigen.h>
#include <boost/dynamic_bitset.hpp>
Go to the source code of this file.
| #define FREE_RECOMBINATION 1 |
| #define MAX |
( |
|
a, |
|
|
|
b |
|
) |
| (a>b)?a:b |
| #define MIN |
( |
|
a, |
|
|
|
b |
|
) |
| (a<b)?a:b |
| #define RNG gsl_rng_taus2 |
| #define SAMPLE_ERROR -12312154 |
| #define SINGLE_CROSSOVER 3 |