Skip to content

Commit b6b117a

Browse files
Merge pull request #878 from dreivmeister/patch-1
Fix typo
2 parents 49c1723 + 1a5a44f commit b6b117a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/optimization_packages/optimisers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ also provides the Sophia optimisation algorithm.
7373

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

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

0 commit comments

Comments
 (0)