# 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 gulper0 = plumecluster1; gulper1 = thresh; gulper2 = thresh; gulper3 = thresh; gulper4 = thresh; gulper5 = thresh; gulper6 = thresh; gulper7 = thresh; gulper8 = thresh; gulper9 = plumecluster1; dtinstance plumecluster1 { model = 2; dtconfig = smartSampler_HMMFour.cfg; maxwait = 10e5; } dtinstance thresh { model = 1; dtconfig = smartSampler_SimpleThreshold.cfg; maxwait = -1; } dtinstance tempfront { model = 3; dtconfig = smartSampler_FrontMomentum.cfg; }