Currently we use the default scipy minimizer that is unbounded, which I believe to be using BFGS under the hood. It appears that if we specify reasonable bounds of heliocentric distance +/- 1.02, and the minimizer algo to be Nelder-Mead we should get about a 3-4x speed up.
Currently we use the default scipy minimizer that is unbounded, which I believe to be using
BFGS
under the hood. It appears that if we specify reasonable bounds of heliocentric distance +/- 1.02, and the minimizer algo to beNelder-Mead
we should get about a 3-4x speed up.