feat: add KL Optimal scheduler (#1098)

This commit is contained in:
Daniele
2025-12-18 14:02:55 +01:00
committed by GitHub
parent bda7fab9f2
commit 97cf2efe45
6 changed files with 47 additions and 6 deletions

View File

@@ -60,6 +60,7 @@ enum scheduler_t {
SGM_UNIFORM_SCHEDULER,
SIMPLE_SCHEDULER,
SMOOTHSTEP_SCHEDULER,
KL_OPTIMAL_SCHEDULER,
LCM_SCHEDULER,
SCHEDULER_COUNT
};