FluxML / Optimisers.jl

Optimisers.jl defines many standard optimisers and utilities for learning loops.
https://fluxml.ai/Optimisers.jl
MIT License
72 stars 20 forks source link

Use `OptChain` as an alias for `OptimiserChain`? #138

Open CarloLucibello opened 1 year ago

CarloLucibello commented 1 year ago

OptimiserChain is a bit too verbose, with OptChain we go from 14 to 8 characters without losing clarity.

mcabbott commented 1 year ago

I had a branch somewhere to change the printing to ClipNorm(1) => Descent(0.1), and also digest such strings of =>. 2 characters and no brackets.

Pushed as #139 now