top | item 36929802 (no title) alfla | 2 years ago How would you do a binary search on a continuous space without discretizing? discuss order hn newest frankreyes|2 years ago Replace A[x] with f(x) and done.A modified binary search called ternary search is well known used to find when derivative = 0, numerically.https://en.m.wikipedia.org/wiki/Ternary_search
frankreyes|2 years ago Replace A[x] with f(x) and done.A modified binary search called ternary search is well known used to find when derivative = 0, numerically.https://en.m.wikipedia.org/wiki/Ternary_search
frankreyes|2 years ago
A modified binary search called ternary search is well known used to find when derivative = 0, numerically.
https://en.m.wikipedia.org/wiki/Ternary_search