3 * Simple Genetic Algorithm
5 * Created by Dario Izzo on 10/5/08.
6 * Copyright 2008 __MyCompanyName__. All rights reserved.
13 #include "population.h"
17 #include "GOproblem.h"
22 Population
evolve(Population deme
, GOProblem
& problem
);
24 void initSGA(int generationsInit
,
35 double CR
; //crossover