V3.7.0
Change Log
Feature
- Implement
AdaMuonoptimizer. (#394, #395) * Adaptive Muon Optimizer - Implement
SPlusoptimizer. (#396, #399) * A Stable Whitening Optimizer for Efficient Neural Network Training - Implement
EmoNavi,EmoFact, andEmoLynxoptimizers. (#393, #400) * An emotion-driven optimizer that feels loss and navigates accordingly
CI
- Enable CI for Python 3.8 ~ 3.13. (#402, #404)
Fix
- Adjust the value of
epsto the fixed value1e-15when adding toexp_avg_sq. (#397, #398) - built-in type-hint in
Kronoptimizer. (#404)