Commit 8bd2c59
committed
fix: replace STE gate on fees check with hard check
The fees_gate STE was unnecessary — gamma (1 - fees) is either a static
config value or a learnable param constrained to be nonzero, so the
fee/zero-fee branch selection never benefits from soft gradients.1 parent 1b9d1eb commit 8bd2c59
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
987 | 987 | | |
988 | 988 | | |
989 | 989 | | |
990 | | - | |
991 | | - | |
992 | | - | |
993 | | - | |
| 990 | + | |
| 991 | + | |
994 | 992 | | |
995 | 993 | | |
996 | 994 | | |
| |||
0 commit comments