GeneticAlgoithm
Implementation of the genetic algorithm
Functions
testParentSelection.C File Reference
#include <iostream>
#include <TRandom3.h>
#include <TH1.h>
#include <TCanvas.h>
#include <TStyle.h>
#include <TF1.h>
#include <TLegend.h>
Include dependency graph for testParentSelection.C:

Go to the source code of this file.

Functions

void selectParents (TRandom3 *random, int &p1, int &p2, int N)
 Implements the parent selection criteria.
 
void testParentSelection ()
 Tests the parent selection criteria. More...