Skip to content

Commit

Permalink
Debug cross_platform.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmccann1024 committed Jan 7, 2025
1 parent 79db721 commit b2e3717
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ini/example_ini/cross_platform.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[general_settings]
mod_assumption = ARASH_MOD_ASSUMPTIONS
mod_assumption_path = mod_formats.json
mod_assumption = YUE_MOD_ASSUMPTIONS
mod_assumption_path = None
holding_time = 5
erlangs = {'start': 250, 'stop': 300, 'step': 50}
thread_erlangs = False
guard_slots = 1
num_requests = 1000
request_distribution = {"25": 0.3, "50": 0.5, "100": 0.2, "200": 0.0, "400": 0.0}
request_distribution = {"25": 0.1, "50": 0.4, "100": 0.5, "200": 0.0, "400": 0.0,}
max_iters = 1
max_segments = 1
dynamic_lps = False
Expand All @@ -20,7 +20,7 @@ fixed_grid = False
pre_calc_mod_selection = False
save_step = 1
save_start_end_slots = False
spectrum_priority = CSB
spectrum_priority = None

[spectrum_settings]
c_band = 128
Expand All @@ -30,7 +30,7 @@ network = NSFNet
bw_per_slot = 12.5
cores_per_link = 4
const_link_weight = False
is_only_core_node = False
is_only_core_node = True
multi_fiber = False

[snr_settings]
Expand Down Expand Up @@ -75,7 +75,7 @@ gamma = 0.1
[ml_settings]
deploy_model = False
output_train_data = False
ml_training = True
ml_training = False
ml_model = decision_tree
train_file_path = Pan-European/0531/22_00_16_630834
# train_file_path = USNet/0531/21_16_21_157019
Expand Down

0 comments on commit b2e3717

Please sign in to comment.