Hi, there.
I have a problem on Grassmann Manifold, and I choose CG solver in Manopt to optimize my problem.
It indeed works, however, it also costs a lot of time to converge.
Besides, I see a relatively small decrease in 'cost Val', but a relative reasonable decline in 'grad.norm', which are both shown below.

Now, would you please tell me :
1) how can I accelerate the process of optimization? Is decreasing the 'minstepsize' value in CG works?
2) how come the loss of my problem nearly unchanged?
Thank you.