Fixed the OTF algorithm package
This commit is contained in:
parent
a34f0acd6d
commit
c6419d75c7
@ -118,7 +118,7 @@ algorithm_underload_detection_parameters = {"threshold": 0.5, "n": 2}
|
||||
algorithm_overload_detection_factory = neat.locals.overload.mhod.core.mhod_factory
|
||||
#algorithm_overload_detection_factory = neat.locals.overload.trivial.last_n_average_threshold_factory
|
||||
#algorithm_overload_detection_factory = neat.locals.overload.statistics.loess_factory
|
||||
#algorithm_overload_detection_factory = neat.locals.overload.statistics.otf_factory
|
||||
#algorithm_overload_detection_factory = neat.locals.overload.otf.otf_factory
|
||||
|
||||
# A JSON encoded parameters, which will be parsed and passed to the
|
||||
# specified overload detection algorithm factory
|
||||
|
Loading…
x
Reference in New Issue
Block a user