Skip to content

Commit

Permalink
Load AutoEnzyme docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavdixit02 authored Dec 19, 2023
1 parent 6fc5804 commit e4df1c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/API/optimization_function.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The choices for the auto-AD fill-ins with quick descriptions are:
- `AutoZygote()`: The fastest choice for non-mutating array-based (BLAS) functions
- `AutoFiniteDiff()`: Finite differencing, not optimal but always applicable
- `AutoModelingToolkit()`: The fastest choice for large scalar optimizations

- `AutoEnzyme()`: Highly performant AD choice for type stable and optimized code
## Automatic Differentiation Choice API

The following sections describe the Auto-AD choices in detail.
Expand All @@ -26,4 +26,5 @@ Optimization.AutoReverseDiff
Optimization.AutoZygote
Optimization.AutoTracker
Optimization.AutoModelingToolkit
Optimization.AutoEnzyme
```

0 comments on commit e4df1c8

Please sign in to comment.