# \[ANN\] ManoptExamples.jl – Optimization Tasks on Manifolds

**URL:** https://discourse.julialang.org/t/ann-manoptexamples-jl-optimization-tasks-on-manifolds/95001
**Category:** Package Announcements
**Tags:** optimization, math, manifolds
**Created:** [February 22, 2023, 8:13am UTC](https://discourse.julialang.org/t/ann-manoptexamples-jl-optimization-tasks-on-manifolds/95001 "2023-02-22T08:13:10Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![kellertuer](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kellertuer/32/220707_2.png) [@kellertuer](https://discourse.julialang.org/u/kellertuer)
#### Post date: [February 22, 2023, 8:13am UTC](https://discourse.julialang.org/t/ann-manoptexamples-jl-optimization-tasks-on-manifolds/95001/1 "2023-02-22T08:13:10Z")

</div>

With both [Manifolds.jl](https://juliamanifolds.github.io/Manifolds.jl/) and [Manopt.jl](https://manoptjl.org/stable/) being relatively stable by now, we decided to start a package that focuses on providing easy access to example problems.

[ManoptExamples.jl](https://github.com/JuliaManifolds/ManoptExamples.jl) is a (for now early stage, young) package that aims to provide two things

1. efficiently implemented optimisation tasks on manifolds, that is, based on a general manifold or just one very specific manifold

2. For each of these examples a describtive / explaining example in a markdown file, that is rendered into the documentation using [Quarto](https://quarto.org/). For a first example, which also explains this approach itself a little more see [The Riemannian Center of Mass](https://juliamanifolds.github.io/ManoptExamples.jl/stable/examples/Riemannian-mean/).

Feel free to open issues for ideas of examples to include, tutorials to write or any other Manifold Optimisation related ideas 🙂

Best,  
Ronny.
