We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0386029 commit f9d7f0bCopy full SHA for f9d7f0b
docs/src/tutorials/subsampling.md
@@ -148,7 +148,7 @@ nothing
148
If we don't supply a subsampling strategy to `KLMinRepGradProxDescent`, subsampling will not be used.
149
150
```@example subsampling
151
-alg_full = KLMinRepGradProxDescent(ADTypesAutoReverseDiff(; compile=true))
+alg_full = KLMinRepGradProxDescent(ADTypes.AutoReverseDiff(; compile=true))
152
nothing
153
```
154
0 commit comments