Extract roots from power curve fit to given evaluated points
find_best(test.pts, target.power, gamma = 1.5)
List of estimate of when curve reaches target.power, derivative of curve at that point, and parameters of the fit curve.
power evaluated at different points
goal power
Number > 1. The amount we can extend our search range up (gamma) or down (1/gamma) if we want to search outside our current boundaries. 1 means do not extend (which will potentially cause search to stall, not recommended).