Right now the CompareMask supports EQ / GTE / LTE.
For credit modules, two more conditions might be useful to be added:
- bounded range (e.g., score ∈ [x,y])
- delta constraints (e.g., “score hasn’t decreased more than Δ since last epoch”)
Right now the CompareMask supports EQ / GTE / LTE.
For credit modules, two more conditions might be useful to be added: