phantomvommand
- 287
- 39
- TL;DR Summary
- I am unsure about the conditions for rejecting the secant or IQI method in favour of bisection
I am unsure about why in the case where bisect_flag == False, we should check b-1 - b-2. Is the objective not to check that we are halving the interval between our best guesses b, so it should be abs(b - b-1), regardless of whether the previous step was a bisection or not?