#include "GeneralGA.h"
#include <cmath>
#include <iostream>
#include <numeric>
#include <sstream>
#include <map>
#include "statutils.h"
#include "VecMat.h"
#include "FatalException.h"
#include <boost/bind.hpp>
#include <algorithm>
#include <cassert>
#include <unistd.h>
Go to the source code of this file.
|
std::string | gplib::MakeParallelID (const int j, const int i, const int iterationnumber, const int Programnum) |
| Generate a unique ID for filenames etc. so we can call generated scripts in parallel. More...
|
|