Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion usage/vectorisation/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ LogDensityProblems.logdensity(ldf_linked, randn(N))

## Automatic differentiation

In its current form, the `LogDensityFunction` does not natively know how to compute gradients of the parameters.
The `LogDensityFunction` that we created above does not yet know how to compute gradients of the parameters on its own.
To enable integration with automatic differentiation (AD) packages, you can specify the `adtype` keyword argument:

```{julia}
Expand Down
Loading