From 8823968718b49e55e93a3d3ae2756d7cd5ab2eed Mon Sep 17 00:00:00 2001 From: Anton Beloglazov Date: Wed, 6 Feb 2013 17:56:10 +1100 Subject: [PATCH] Changed the default limit parameter for the OTF algorithm --- neat.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neat.conf b/neat.conf index 8d16b8a..4e32edf 100644 --- a/neat.conf +++ b/neat.conf @@ -126,7 +126,7 @@ algorithm_overload_detection_factory = neat.locals.overload.mhod.core.mhod_facto 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": 10} #algorithm_overload_detection_parameters = {"threshold": 0.95, "n": 2} #algorithm_overload_detection_parameters = {"threshold": 0.8, "param": 1.0, "length": 30} -#algorithm_overload_detection_parameters = {"otf": 0.2, "threshold": 0.8, "limit": 30} +#algorithm_overload_detection_parameters = {"otf": 0.2, "threshold": 0.8, "limit": 10} # The fully qualified name of a Python factory function that returns a # function implementing a VM selection algorithm