optax
optax copied to clipboard
Fix conjugation in Newton-Schulz iterator and update tests for comple…
Adds support for complex parameters in Muon, by adding .conj() to Newton-Schulz and the adaptive scaling step.
Also adds two tests. The first checks that the Newton-Schulz algorithm is able to make the updates orthogonal for real parameters and unitary for complex parameters. The second tests the Muon optimizer on a simple complex optimization problem.
Fixes #1494.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.