-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample_scenarios.yml
44 lines (37 loc) · 1.38 KB
/
sample_scenarios.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#Very small subset of parameters used in our evaluation. Only 4 scenarios are generated
request_generation:
- cactus:
CactusRequestGenerator:
number_of_requests: [20]
branching_distribution: [[0.15,0.5,0.35]]
min_number_of_nodes: [3]
max_number_of_nodes: [16]
layers: [3]
probability: [1.0]
max_cycles: [9999]
iterations: [10000]
fix_root_mapping: [False]
fix_leaf_mapping: [False]
node_resource_factor: [0.2, 0.4] #2
edge_resource_factor: [0.25, 0.5] #2
arbitrary_edge_orientations: [True]
normalize: [True]
profit_calculation:
- optimal:
OptimalEmbeddingProfitCalculator:
profit_factor: [1.0]
timelimit: [90]
node_placement_restriction_mapping:
- neighbors:
NeighborhoodSearchRestrictionGenerator:
potential_nodes_factor: [0.25]
substrate_generation:
- substrates:
TopologyZooReader:
topology: [Geant2012]
node_types: [[universal]]
node_capacity: [100.0]
node_cost_factor: [1.0]
edge_capacity: [100.0]
node_type_distribution: [1.0]
scenario_repetition: 1