Skip to content

Commit b5b16ad

Browse files
committed
docs: v3.3.5 changelog
1 parent 71f226c commit b5b16ad

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/changelogs/v3.3.5.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
### Change Log
22

3+
### Feature
4+
5+
* Implement `FOCUS` optimizer. (#330, #331)
6+
* [First Order Concentrated Updating Scheme](https://arxiv.org/abs/2501.12243)
7+
8+
### Update
9+
10+
* Support `OrthoGrad` variant to `Ranger25`. (#332)
11+
312
### Fix
413

514
* Add the missing `state` property in `OrthoGrad` optimizer. (#326, #327)
15+
* Add the missing `state_dict`, and `load_state_dict` methods to `TRAC` and `OrthoGrad` optimizers. (#332)
16+
* Skip when the gradient is sparse in `OrthoGrad` optimizer. (#332)
617

718
### Contributions
819

0 commit comments

Comments
 (0)