Skip to content

Commit

Permalink
Add literature section to the docs page.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Feb 12, 2025
1 parent 94ea68b commit 22733d9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/solvers/mesh_adaptive_direct_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,10 @@ The [`mesh_adaptive_direct_search`](@ref) solver requires the following function
* A [`retract!`](@extref ManifoldsBase :doc:`retractions`)`(M, q, p, X)`; it is recommended to set the [`default_retraction_method`](@extref `ManifoldsBase.default_retraction_method-Tuple{AbstractManifold}`) to a favourite retraction. If this default is set, a `retraction_method=` does not have to be specified.
* Within the default initialization [`rand`](@extref Base.rand-Tuple{AbstractManifold})`(M)` is used to generate the initial population
* A [`vector_transport_to!`](@extref ManifoldsBase :doc:`vector_transports`)`M, Y, p, X, q)`; it is recommended to set the [`default_vector_transport_method`](@extref `ManifoldsBase.default_vector_transport_method-Tuple{AbstractManifold}`) to a favourite retraction. If this default is set, a `vector_transport_method=` does not have to be specified.

## Literature

```@bibliography
Pages = ["mesh_adaptive_direct_search.md"]
Canonical=false
```

0 comments on commit 22733d9

Please sign in to comment.