Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

Commit 100195d

Browse files
committed
+time measure, more data
1 parent 16777df commit 100195d

16 files changed

+1724
-74
lines changed

Data.txt

-64
This file was deleted.

EGC.params

+4-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ stat = ec.simple.SimpleStatistics
2020
exch = ec.simple.SimpleExchanger
2121

2222
#maksymalna liczba generacji
23-
generations = 20000
23+
generations = 100000
2424
quit-on-run-complete = true
2525

2626
#wyłaczenie obsługi checkpointów
@@ -43,7 +43,7 @@ pop.subpop.0.duplicate-retries = 0
4343
pop.subpop.0.species = ec.vector.IntegerVectorSpecies
4444

4545
#maksymalny Integer w genomie
46-
pop.subpop.0.species.max-gene = 15
46+
pop.subpop.0.species.max-gene = 200
4747

4848
#minimalny Integer w genomie
4949
pop.subpop.0.species.min-gene = 0
@@ -67,13 +67,12 @@ pop.subpop.0.species.pipe.source.0.source.0 = ec.select.TournamentSelection
6767
pop.subpop.0.species.pipe.source.0.source.1 = ec.select.TournamentSelection
6868

6969
#określa ilość rywalizujących osobników
70-
select.tournament.size = 5
70+
select.tournament.size = 10
7171

7272
#określa klasę problemu
7373
eval.problem = EGC.EdgeGraphColoringProblem
7474

7575
breed.elites.0 = 1
7676

7777

78-
#this line will be changed acording to data.txt file
79-
pop.subpop.0.species.genome-size = 55
78+
pop.subpop.0.species.genome-size = 300

Graph_25_10.txt

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
37
2+
0 4 2
3+
1 5 4
4+
2 6 4
5+
3 8 0
6+
4 8 5
7+
5 9 2
8+
6 9 8
9+
7 11 7
10+
8 12 3
11+
9 12 4
12+
10 12 7
13+
11 13 0
14+
12 13 1
15+
13 13 12
16+
14 15 0
17+
15 15 1
18+
16 15 10
19+
17 16 1
20+
18 16 13
21+
19 17 5
22+
20 17 9
23+
21 18 2
24+
22 18 9
25+
23 18 11
26+
24 18 17
27+
25 19 3
28+
26 19 15
29+
27 20 5
30+
28 21 12
31+
29 21 17
32+
30 22 3
33+
31 22 6
34+
32 22 13
35+
33 22 21
36+
34 23 4
37+
35 23 20
38+
36 23 22

0 commit comments

Comments
 (0)