Open Issues Need Help
View All on GitHub Mathematics • Optimization
Dynamic determination of convergence – introduce `has_converged` about 2 months ago
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