gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r33268 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r33268 - gnunet/src/ats
Date: Tue, 13 May 2014 22:37:21 +0200

Author: wachs
Date: 2014-05-13 22:37:20 +0200 (Tue, 13 May 2014)
New Revision: 33268

Modified:
   gnunet/src/ats/perf_ats_solver.conf
Log:
perf_solver_conf with mlp options


Modified: gnunet/src/ats/perf_ats_solver.conf
===================================================================
--- gnunet/src/ats/perf_ats_solver.conf 2014-05-13 19:18:09 UTC (rev 33267)
+++ gnunet/src/ats/perf_ats_solver.conf 2014-05-13 20:37:20 UTC (rev 33268)
@@ -1,22 +1,22 @@
 [ats]
 # Network specific inbound/outbound quotas
-UNSPECIFIED_QUOTA_IN = 1000
-UNSPECIFIED_QUOTA_OUT = 1000
+UNSPECIFIED_QUOTA_IN = 1000000
+UNSPECIFIED_QUOTA_OUT = 1000000
 # LOOPBACK
-LOOPBACK_QUOTA_IN = 100000
-LOOPBACK_QUOTA_OUT = 100000
+LOOPBACK_QUOTA_IN = 1000000
+LOOPBACK_QUOTA_OUT = 1000000
 # LAN
-LAN_QUOTA_IN = 100000
-LAN_QUOTA_OUT = 100000
+LAN_QUOTA_IN = 1000000
+LAN_QUOTA_OUT = 1000000
 # WAN
-WAN_QUOTA_IN = 100000
-WAN_QUOTA_OUT = 100000
+WAN_QUOTA_IN = 1000000
+WAN_QUOTA_OUT = 1000000
 # WLAN
-WLAN_QUOTA_IN = 1000
-WLAN_QUOTA_OUT = 1000
+WLAN_QUOTA_IN = 1000000
+WLAN_QUOTA_OUT = 1000000
 # BLUETOOTH
-BLUETOOTH_QUOTA_IN = 1000
-BLUETOOTH_QUOTA_OUT = 1000
+BLUETOOTH_QUOTA_IN = 1000000
+BLUETOOTH_QUOTA_OUT = 1000000
 
 # Proportional specific settings
 # How proportional to preferences is bandwidth distribution in a network
@@ -38,18 +38,24 @@
 # MLP_COEFFICIENT_D = 1.0
 # MLP_COEFFICIENT_U = 1.0
 # MLP_COEFFICIENT_R = 1.0
-MLP_MIN_BANDWIDTH = 1024
+MLP_MIN_BANDWIDTH = 10
 # MLP_MIN_CONNECTIONS = 4
-#MLP_DBG_FEASIBILITY_ONLY = YES
+# MLP_DBG_FEASIBILITY_ONLY = YES
 MLP_DBG_AUTOSCALE_PROBLEM = YES
 # MLP_DBG_INTOPT_PRESOLVE = YES
-MLP_DBG_GLPK_VERBOSE = YES
 
-MLP_LOG_FORMAT = MPS
 
+#MLP_DBG_OPTIMIZE_UTILITY = NO
+#MLP_DBG_OPTIMIZE_QUALITY = NO
+#MLP_DBG_OPTIMIZE_RELATIVITY = NO
+#DLP_DBG_OPTIMIZE_DIVERSITY = NO
+
+MLP_LOG_FORMAT = CPLEX
+
 # MLP Log settings
 # Dump all problems to disk
 MLP_DUMP_PROBLEM_ALL = YES
 # Dump all solution to disk
-MLP_DUMP_SOLUTION_ALL = NO
+MLP_DUMP_SOLUTION_ALL = YES
 # Print GLPK output
+MLP_DBG_GLPK_VERBOSE = NO




reply via email to

[Prev in Thread] Current Thread [Next in Thread]