# Configuration file for smart sampler. Each dtinstance represents a # DecisionTool (gulper firing algorithm) with the following attributes: # # dtmodel => integer identifier of algorithm type. Options are: # 0 - Reserved for direct firing mechanism # 1 - Hidden Markov Model for Clusters # dtconfig => configuration filename for the algorithm # maxwait => maximum time between consecutive gulps (seconds). If # less than or equal to zero, ignore. Default: -1 # minwait => lockout (seconds). Min time between gulps triggered by # specific DT. Default: 0. # gulper0 = thresh; # gulper1 = thresh; # gulper2 = thresh; # gulper3 = thresh; # gulper4 = thresh; # gulper5 = thresh; # gulper6 = thresh; # gulper7 = thresh; # gulper8 = thresh; # gulper9 = thresh; #dtinstance thresh { # model = 1; # dtconfig = smartSampler_SimpleThreshold.cfg; #} gulper0 = gpthresh; gulper1 = gpthresh; gulper2 = gpthresh; gulper3 = gpthresh; gulper4 = gpthresh; gulper5 = gpthresh; gulper6 = gpthresh; gulper7 = gpthresh; gulper8 = gpthresh; gulper9 = gpthresh; dtinstance gpthresh{ model=4; dtconfig = smartSampler_GPThreshold.cfg; maxwait=-1; } # dtinstance tempfront { # model = 3; # dtconfig = smartSampler_FrontMomentum.cfg; # }