MPoL-dev/visread

Changing the default solver for sigma rescaling

Closed this issue · 1 comments

j6626 commented

The default solver used by the minimize routine (BFGS) sometimes has issues with getting stuck on the initial guess. I would suggest changing the solver to Nelder-Mead, which seems to be able to do better.

Thanks for the suggestion. Implemented by dc05dcc