aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-27 23:29:48 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-04-28 10:25:39 +0200
commit1b87a306f0ec3da8bdb1907e2b4efb9e1b3cb9bd (patch)
treeb2c2e39f0815220bc8f23af2c97dbe4d4612ad0e /src/ats
parent5e347ac9df8b49503a1fdfa38707a99a6b2b3b0c (diff)
downloadgnunet-1b87a306f0ec3da8bdb1907e2b4efb9e1b3cb9bd.tar.gz
gnunet-1b87a306f0ec3da8bdb1907e2b4efb9e1b3cb9bd.zip
- fix misc typos
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/ats.conf.in48
-rw-r--r--src/ats/perf_ats_solver.conf51
2 files changed, 2 insertions, 97 deletions
diff --git a/src/ats/ats.conf.in b/src/ats/ats.conf.in
index 7691f98c0..4abddd99c 100644
--- a/src/ats/ats.conf.in
+++ b/src/ats/ats.conf.in
@@ -37,54 +37,8 @@ BLUETOOTH_QUOTA_OUT = 10 MiB
37# Proportional specific settings 37# Proportional specific settings
38# How proportional to preferences is bandwidth distribution in a network 38# How proportional to preferences is bandwidth distribution in a network
39# 1.0: Fair with respect to addresses without preferences 39# 1.0: Fair with respect to addresses without preferences
40# > 1.0: The bigger, the more respect is payed to preferences 40# > 1.0: The bigger, the more respect is paid to preferences
41PROP_PROPORTIONALITY_FACTOR = 2.00 41PROP_PROPORTIONALITY_FACTOR = 2.00
42# Should we stick to existing connections are prefer to switch? 42# Should we stick to existing connections are prefer to switch?
43# [1.0...2.0], lower value prefers to switch, bigger value is more tolerant 43# [1.0...2.0], lower value prefers to switch, bigger value is more tolerant
44PROP_STABILITY_FACTOR = 1.25 44PROP_STABILITY_FACTOR = 1.25
45
46# MLP specific settings
47# MLP defaults
48
49# Maximum duration for a solution process (both LP and MILP)
50# MLP_MAX_DURATION = 3 s
51# Maximum numbero of iterations for a solution process (only LP)
52# MLP_MAX_ITERATIONS =
53# Tolerated MIP Gap [0.0 .. 1.0], default 0.025
54MLP_MAX_MIP_GAP = 0.025
55# Tolerated LP/MIP Gap [0.0 .. 1.0], default 0.025
56MLP_MAX_LP_MIP_GAP = 0.025
57
58
59# Maximum number of iterations for a solution process
60# MLP_MAX_ITERATIONS = 1024
61# MLP_COEFFICIENT_D = 1.0
62# MLP_COEFFICIENT_U = 1.0
63# MLP_COEFFICIENT_R = 1.0
64# MLP_MIN_BANDWIDTH = 1024
65# MLP_MIN_CONNECTIONS = 4
66
67# MLP Log settings
68# Dump all problems to disk
69# MLP_DUMP_PROBLEM_ALL = YES
70# Dump all solution to disk
71# MLP_DUMP_SOLUTION_ALL = YES
72# Print GLPK output
73# MLP_GLPK_VERBOSE = YES
74
75# Dump all problems to disk
76MLP_DUMP_PROBLEM_ON_FAIL = YES
77# Dump all solution to disk
78MLP_DUMP_SOLUTION_ON_FAIL = YES
79
80# RIL specifc settings
81RIL_STEP_TIME_MIN = 500 ms
82RIL_STEP_TIME_MAX = 1000 ms
83
84# SARSA or Q-LEARNING
85RIL_ALGORITHM = Q-LEARNING
86RIL_DISCOUNT_BETA = 0.7
87RIL_GRADIENT_STEP_SIZE = 0.3
88RIL_TRACE_DECAY = 0.2
89RIL_EXPLORE_RATIO = 0.1
90RIL_GLOBAL_REWARD_SHARE = 1
diff --git a/src/ats/perf_ats_solver.conf b/src/ats/perf_ats_solver.conf
index 00657d895..a535891df 100644
--- a/src/ats/perf_ats_solver.conf
+++ b/src/ats/perf_ats_solver.conf
@@ -21,57 +21,8 @@ BLUETOOTH_QUOTA_OUT = 10000000
21# Proportional specific settings 21# Proportional specific settings
22# How proportional to preferences is bandwidth distribution in a network 22# How proportional to preferences is bandwidth distribution in a network
23# 1: Fair with respect to addresses without preferences 23# 1: Fair with respect to addresses without preferences
24# > 10: The bigger, the more respect is payed to preferences 24# > 10: The bigger, the more respect is paid to preferences
25PROP_PROPORTIONALITY_FACTOR = 2.00 25PROP_PROPORTIONALITY_FACTOR = 2.00
26# Should we stick to existing connections are prefer to switch? 26# Should we stick to existing connections are prefer to switch?
27# [10...200], lower value prefers to switch, bigger value is more tolerant 27# [10...200], lower value prefers to switch, bigger value is more tolerant
28PROP_STABILITY_FACTOR = 1.25 28PROP_STABILITY_FACTOR = 1.25
29
30# MLP specific settings
31# MLP defaults
32
33# Maximum duration for a solution process
34# MLP_MAX_DURATION = 30 s
35
36# Maximum number of iterations for a solution process
37# MLP_MAX_ITERATIONS = 1024
38# Tolerated MIP Gap [0.0 .. 1.0], default 0.025
39MLP_MAX_MIP_GAP = 0.025
40# Tolerated LP/MIP Gap [0.0 .. 1.0], default 0.025
41MLP_MAX_LP_MIP_GAP = 0.025
42
43# MLP_COEFFICIENT_D = 1.0
44# MLP_COEFFICIENT_U = 1.0
45# MLP_COEFFICIENT_R = 1.0
46MLP_MIN_BANDWIDTH = 10
47# MLP_MIN_CONNECTIONS = 4
48# MLP_DBG_FEASIBILITY_ONLY = YES
49MLP_DBG_AUTOSCALE_PROBLEM = YES
50# MLP_DBG_INTOPT_PRESOLVE = YES
51# Print GLPK output
52# MLP_DBG_GLPK_VERBOSE = YES
53
54#MLP_DBG_OPTIMIZE_UTILITY = NO
55#MLP_DBG_OPTIMIZE_QUALITY = NO
56#MLP_DBG_OPTIMIZE_RELATIVITY = NO
57#DLP_DBG_OPTIMIZE_DIVERSITY = NO
58
59MLP_LOG_FORMAT = CPLEX
60
61# MLP Log settings
62# Dump all problems to disk
63# MLP_DUMP_PROBLEM_ALL = YES
64# Dump all solution to disk
65# MLP_DUMP_SOLUTION_ALL = YES
66
67# RIL specifc settings
68RIL_STEP_TIME_MIN = 1 ms
69RIL_STEP_TIME_MAX = 10 ms
70
71RIL_ALGORITHM = Q
72RIL_DISCOUNT_BETA = 0.7
73RIL_GRADIENT_STEP_SIZE = 0.3
74RIL_TRACE_DECAY = 0.2
75RIL_EXPLORE_RATIO = 0.1
76RIL_GLOBAL_REWARD_SHARE = 1
77