You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/API/ad.md
+1-12Lines changed: 1 addition & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,4 @@ The choices for the auto-AD fill-ins with quick descriptions are:
13
13
14
14
## Automatic Differentiation Choice API
15
15
16
-
The following sections describe the Auto-AD choices in detail. These types are defined in the [ADTypes.jl](https://github.com/SciML/ADTypes.jl) package.
17
-
18
-
```@docs
19
-
ADTypes.AutoForwardDiff
20
-
ADTypes.AutoFiniteDiff
21
-
ADTypes.AutoReverseDiff
22
-
ADTypes.AutoZygote
23
-
ADTypes.AutoTracker
24
-
ADTypes.AutoSymbolics
25
-
ADTypes.AutoEnzyme
26
-
ADTypes.AutoMooncake
27
-
```
16
+
The Auto-AD choices are defined and documented in [ADTypes.jl](https://github.com/SciML/ADTypes.jl). Optimization.jl accepts these choices when constructing optimization functions, but does not own their API.
0 commit comments