Skip to content

Commit

Permalink
Merge pull request #878 from dreivmeister/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ChrisRackauckas authored Jan 31, 2025
2 parents 49c1723 + 1a5a44f commit b6b117a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/optimization_packages/optimisers.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ also provides the Sophia optimisation algorithm.

* `η = 0.001`
* `β::Tuple = (0.9, 0.999)`
- [`Optimisers.RAdam`](https://fluxml.ai/Optimisers.jl/dev/api/#Optimisers.OAdam): **Optimistic Adam optimizer**
- [`Optimisers.OAdam`](https://fluxml.ai/Optimisers.jl/dev/api/#Optimisers.OAdam): **Optimistic Adam optimizer**

+ `solve(problem, OAdam(η, β::Tuple))`

Expand Down

0 comments on commit b6b117a

Please sign in to comment.