Skip to content

Commit db1c1a3

Browse files
committed
fix docs
1 parent 6accf17 commit db1c1a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/general.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ optimize
1515
Each algorithm may interact differently with the arguments of `optimize`.
1616
Therefore, please refer to the documentation of each different algorithm for a detailed description on their behavior and their requirements.
1717

18+
## [Estimating the Objective Value `estimate_objective`](@id estimate_objective)
19+
1820
Furthermore, each algorithm has an associated variational objective.
1921
The progress made by each optimization algorithm can be diagnosed by monotoring the variational objective value.
2022
This can be done by calling the following method.
2123

22-
## [Estimating the Objective Value `estimate_objective`](@id estimate_objective)
23-
2424
```@docs
2525
estimate_objective(::Random.AbstractRNG, ::AdvancedVI.AbstractVariationalAlgorithm, ::Any, ::Any; kwargs...)
2626
```

0 commit comments

Comments
 (0)