Updated algorithm_overload_detection_parameters to use a non-adjusted CPU threshold
This commit is contained in:
parent
98a6c6db04
commit
b393e09fa5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user