Updated algorithm_overload_detection_parameters to use a non-adjusted CPU threshold

This commit is contained in:
Anton Beloglazov 2012-10-19 17:57:31 +11:00
parent 98a6c6db04
commit b393e09fa5

View File

@ -113,7 +113,7 @@ algorithm_overload_detection_factory = neat.locals.overload.trivial.threshold_fa
# A JSON encoded parameters, which will be parsed and passed to the
# specified overload detection algorithm factory
algorithm_overload_detection_parameters = {"threshold": 0.67}
algorithm_overload_detection_parameters = {"threshold": 0.9}
# The fully qualified name of a Python factory function that returns a
# function implementing a VM selection algorithm