//Population characteristics (if both Initial size and K are equal to 0, deme is considered as unactive)
//Initial size (positive int), Carrying capacity K (positive int), growth rate r ([0,1]),migration rate m ([0,1]), group of demes, sample size
0	500	0.5	0.0	1	0
0	500	0.5	0.0	1	42
0	-1	0.5	0.0	1	0
0	400	0.5	0.0	1	0
50	500	0.5	0.0	1	10
0	500	0.5	0.0	1	23
0	500	0.5	0.0	1	0
0	500	0.5	0.0	1	0
0	50	0.5	0.0	2	0
0	50	0.5	0.0	2	0
0	50	0.5	0.0	2	38
50	50	0.5	0.0	2	0
0	50	0.5	0.0	2	22
0	50	0.5	0.0	2	0
0	50	0.5	0.0	2	12
0	50	0.5	0.0	2	0
