#include <vector>
#include <algorithm>
#include "TournamentSelectStrategy.h"
#include <selforg/randomgenerator.h>
#include "ISelectStrategy.h"
#include "Generation.h"
#include "Individual.h"