🏔️Optimization on Riemannian Manifolds in Julia

julia manifolds manopt optimization
1 Open Issue Need Help Last updated: Jul 8, 2025

Open Issues Need Help

View All on GitHub
Mathematics Optimization

AI Summary: Implement a new `has_converged` function for the Manopt.jl Julia package. This function will dynamically determine convergence based on specified criteria, extending the existing static `indicates_convergence` functionality. It should handle single criteria, and combinations using `Any` and `All` operators, reporting true only if at least one active criterion indicates convergence (for `Any`) or all active criteria indicate convergence (for `All`).

Complexity: 4/5
enhancement help wanted good first issue

🏔️Optimization on Riemannian Manifolds in Julia

Julia
#julia#manifolds#manopt#optimization