From e237609e37fda0dfc3c84cd7f6fd03e0ace61b3a Mon Sep 17 00:00:00 2001 From: Anton Beloglazov Date: Wed, 19 Dec 2012 15:54:14 +1100 Subject: [PATCH] Updated the default MHOD configuration: added the 10 and 20 window sizes, set learning_steps to 10 --- neat.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neat.conf b/neat.conf index 7651307..ae0a2bd 100644 --- a/neat.conf +++ b/neat.conf @@ -122,7 +122,7 @@ algorithm_overload_detection_factory = neat.locals.overload.mhod.core.mhod_facto # A JSON encoded parameters, which will be parsed and passed to the # specified overload detection algorithm factory #algorithm_overload_detection_parameters = {"threshold": 0.9} -algorithm_overload_detection_parameters = {"state_config": [0.8], "otf": 0.1, "history_size": 500, "window_sizes": [30, 40, 50, 60, 70, 80, 90, 100], "bruteforce_step": 0.5, "learning_steps": 30} +algorithm_overload_detection_parameters = {"state_config": [0.8], "otf": 0.1, "history_size": 500, "window_sizes": [10, 20, 30, 40, 50, 60, 70, 80, 90, 100], "bruteforce_step": 0.5, "learning_steps": 10} #algorithm_overload_detection_parameters = {"threshold": 0.95, "n": 2} #algorithm_overload_detection_parameters = {"threshold": 0.8, "param": 1.0, "length": 30}