aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-04-30 15:23:03 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-04-30 15:23:03 +0000
commit558d02c7542085ec7a3770511acce0533d0a7488 (patch)
treee3718f8b28693632d8dc3c9cf11acf119610c02b /src
parent104c0773ca81e2435d8c973517db23386188bdc0 (diff)
downloadgnunet-558d02c7542085ec7a3770511acce0533d0a7488.tar.gz
gnunet-558d02c7542085ec7a3770511acce0533d0a7488.zip
adding RIL settings to default conf
Diffstat (limited to 'src')
-rw-r--r--src/ats/ats.conf.in13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/ats/ats.conf.in b/src/ats/ats.conf.in
index 229fc52b8..50de81bbe 100644
--- a/src/ats/ats.conf.in
+++ b/src/ats/ats.conf.in
@@ -58,4 +58,15 @@ BLUETOOTH_QUOTA_OUT = 128 KiB
58# Dump all problems to disk 58# Dump all problems to disk
59MLP_DUMP_PROBLEM_ON_FAIL = YES 59MLP_DUMP_PROBLEM_ON_FAIL = YES
60# Dump all solution to disk 60# Dump all solution to disk
61MLP_DUMP_SOLUTION_ON_FAIL = YES \ No newline at end of file 61MLP_DUMP_SOLUTION_ON_FAIL = YES
62
63# RIL specifc settings
64RIL_STEP_TIME_MIN = 500 ms
65RIL_STEP_TIME_MAX = 1000 ms
66
67RIL_ALGORITHM = Q
68RIL_DISCOUNT_BETA = 0.7
69RIL_GRADIENT_STEP_SIZE = 0.3
70RIL_TRACE_DECAY = 0.2
71RIL_EXPLORE_RATIO = 0.1
72RIL_GLOBAL_REWARD_SHARE = 1 \ No newline at end of file