feat: add logit-normal scheduler (#1669)

This commit is contained in:
stduhpf
2026-06-24 18:06:11 +02:00
committed by GitHub
parent f440ad9c29
commit 2938272d82
4 changed files with 208 additions and 2 deletions

View File

@@ -70,6 +70,7 @@ enum scheduler_t {
LCM_SCHEDULER,
BONG_TANGENT_SCHEDULER,
LTX2_SCHEDULER,
LOGIT_NORMAL_SCHEDULER,
SCHEDULER_COUNT
};