Esempio n. 1
0
 def __init__(self, threshold):
     AcceptRejectWithThreshold.__init__(self, threshold,
                                        ("fwd_appl", "bwd_appl"))
Esempio n. 2
0
 def __init__(self, threshold):
     AcceptRejectWithThreshold.__init__(self, threshold, ("fwd_appl", "bwd_appl"))
Esempio n. 3
0
 def __init__(self, threshold):
     AcceptRejectWithThreshold.__init__(self, threshold, (None, ))
Esempio n. 4
0
 def __init__(self, threshold):
     AcceptRejectWithThreshold.__init__(self, threshold, (None,))