Support Ackley function for testing optimization algorithms.
Update
Update Muon optimizer. (#355, #356)
* support decoupled weight decay.
* adjust default hyperparameters the same as the original implementation.
* support adjusted lr from the Moonlight. you can use it by setting use_adjusted_lr=True.
Tune the performance of the coupled Newton iteration method by 5% increase. (#360)