**Is your feature request related to a problem? Please describe.** Implement the following optimizers in PINA: - [ ] Self-Scaled Broyden and Scaled BFGS: https://arxiv.org/abs/2501.16371 - [ ] Shampoo: https://arxiv.org/abs/2406.17748 - [ ] SOAP: https://arxiv.org/pdf/2505.12149, [https://openreview.net/forum?](https://openreview.net/forum?id=bKsZomnmqn¬eId=3aTz8N3dvj) - [ ] ENGD with optimizations: https://arxiv.org/pdf/2505.12149, https://openreview.net/forum?id=bKsZomnmqn¬eId=3aTz8N3dvj, https://arxiv.org/abs/2505.11638 **Additional context** The code for SOAP is readily available here: https://github.com/nikhilvyas/SOAP/blob/main/soap.py.
Is your feature request related to a problem? Please describe.
Implement the following optimizers in PINA:
Additional context
The code for SOAP is readily available here: https://github.com/nikhilvyas/SOAP/blob/main/soap.py.