I'm solving a fixed point problem by using scipy.optimize.fixed_point(), however the algorithm is not converging and I am not sure what's going on.
I have found other references online on how to print number of iterations, errors and so on when using scipy.optimize.minimize or similar, but nothing for fixed_point(), which does not have an options nor a callback argument. Would someone have any tips?