scipyx icon indicating copy to clipboard operation
scipyx copied to clipboard

Add ITP method?

Open zoj613 opened this issue 3 years ago • 3 comments

I think the ITP method for root-finding would be a nice addition since it's unlikely to make it into scipy.

Reference

https://en.wikipedia.org/wiki/ITP_Method

zoj613 avatar Jul 02 '21 13:07 zoj613

Is there a scipy bug report or pull request where this idea had been rejected?

nschloe avatar Jul 02 '21 13:07 nschloe

Is there a scipy bug report or pull request where this idea had been rejected?

No there isn't. It is my guess based on scipy policies about new code. This method is not widely used and seems new so it would take a long time before it gets accepted into scipy. I (and many others) have proposed new algorithms in the past with no success, where maintainers expressed that they only prefer adding methods with many citations and those that have been around for a while.

zoj613 avatar Jul 02 '21 13:07 zoj613

I understand, same situation here. (That's why I created scipyx.) You should at least try and suggest it for scipy though. You can also just PR here, of course.

nschloe avatar Jul 02 '21 14:07 nschloe