Fixed the OTF algorithm package

This commit is contained in:
Anton Beloglazov 2013-01-21 10:57:03 +11:00
parent a34f0acd6d
commit c6419d75c7

View File

@ -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