Skip to content

Commit cadbb53

Browse files
committed
Fixes
1 parent 7780536 commit cadbb53

File tree

8 files changed

+712073
-20
lines changed

8 files changed

+712073
-20
lines changed

diploma_thesis/c.txt

+712,052
Large diffs are not rendered by default.

diploma_thesis/configuration/experiments/jsp/GRAPH-NN/experiments/1/0/experiment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ long_single_source_run: &long_single_source_run
6868
parameters:
6969
dispatch:
7070
seed:
71-
- '__range__': [ 1000, 1100 ]
71+
- '__range__': [ 1000, 1150 ]
7272

7373

7474
###############################################################################################

diploma_thesis/configuration/experiments/jsp/GRAPH-NN/experiments/2/0/experiment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ long_single_source_run: &long_single_source_run
9393
parameters:
9494
dispatch:
9595
seed:
96-
- '__range__': [1000, 1150]
96+
- '__range__': [1000, 1200]
9797

9898

9999

diploma_thesis/configuration/experiments/jsp/GRAPH-NN/experiments/3/0/experiment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ long_single_source_run: &long_single_source_run
7171
parameters:
7272
dispatch:
7373
seed:
74-
- '__range__': [ 1000, 1100 ]
74+
- '__range__': [ 1000, 1150 ]
7575

7676

7777
###############################################################################################

diploma_thesis/configuration/experiments/jsp/GRAPH-NN/experiments/4/0/experiment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ long_single_source_run: &long_single_source_run
105105
parameters:
106106
dispatch:
107107
seed:
108-
- '__range__': [1000, 1150]
108+
- '__range__': [1000, 1200]
109109

110110

111111

diploma_thesis/configuration/experiments/jsp/tournament.yml

+11-12
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ task:
184184
kind: 'uniform'
185185
parameters:
186186
uniform: [ 1, 50 ]
187-
# noise: [ 0, 10 ]
187+
noise: [ 0, 10 ]
188188
permutation:
189189
uneveness: 0
190190
due_time:
@@ -197,17 +197,16 @@ task:
197197
value: 0.0
198198

199199
breakdown:
200-
kind: 'no'
201-
# kind: 'dynamic'
202-
# parameters:
203-
# breakdown_arrival:
204-
# kind: 'exponential'
205-
# parameters:
206-
# mean: 5000
207-
# repair_duration:
208-
# kind: 'uniform'
209-
# parameters:
210-
# uniform: [ 200, 300 ]
200+
kind: 'dynamic'
201+
parameters:
202+
breakdown_arrival:
203+
kind: 'exponential'
204+
parameters:
205+
mean: 5000
206+
repair_duration:
207+
kind: 'uniform'
208+
parameters:
209+
uniform: [ 200, 300 ]
211210

212211
seed: 32
213212

Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
kind: 'marl'
1+
kind: 'marl'
2+
parameters:
3+
is_training_centralized: True

diploma_thesis/graph_run.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
python cli.py --configuration 'configuration/experiments/jsp/GRAPH-NN/experiments/1/0/experiment.yml'
33

4-
python cli.py --configuration 'configuration/experiments/jsp/GRAPH-NN/experiments/3/0/experiment.yml'
5-
6-
python cli.py --configuration 'configuration/experiments/jsp/GRAPH-NN/experiments/2/0/experiment.yml'
4+
#python cli.py --configuration 'configuration/experiments/jsp/GRAPH-NN/experiments/3/0/experiment.yml'
75

6+
#python cli.py --configuration 'configuration/experiments/jsp/GRAPH-NN/experiments/2/0/experiment.yml'
7+
#
88
python cli.py --configuration 'configuration/experiments/jsp/GRAPH-NN/experiments/4/0/experiment.yml'
99

1010
wait

0 commit comments

Comments
 (0)