Feature/proximal newton solver
Compare changes
Files
2+ 2
− 1
@@ -470,7 +470,7 @@ void RiemannianTrustRegionSolver<Basis,TargetSpace>::solve()
@@ -479,6 +479,7 @@ void RiemannianTrustRegionSolver<Basis,TargetSpace>::solve()
Introduce a Riemannian Proximal-Newton Solver as an alternative for the Trust-Region Solver. Also add 3 cleanup commits.