Talk:Golden section search
From Wikipedia, the free encyclopedia
[edit] Motivation, etc
I have changed a few things on the recent addition.
The motivation previously provided might not be as clear as it could be. I have added a sentence in the beginning. The new motivation was first of all wrong, and secondly, it removed the explanation of the intervals a,b,c in the diagram.
The selection of the "probe" point in the golden ratio does not guarantee the fastest possible convergence. The fastest possible convergence ratio is not known a priori. The selection of the probe point yields a constant narrowing ratio and search interval, so that at each point, no one interval is favored over another in the search.
I think the other additions are excellent. PAR 21:38, 13 February 2007 (UTC)
Hi David - on the recent additions - yes, thats the part that was missing. It looks a lot better. PAR 22:04, 13 February 2007 (UTC)
- Thanks — I'm glad we seem to have converged to something we both agree is an improvement. —David Eppstein 22:08, 13 February 2007 (UTC)
[edit] Problem with the Termination Condition section?
I hesitate to make the change myself, but there is clearly at least a notation issue in that section. It starts out by listing x0, x1, x2 and x3 as the relevant variables, but in the equation we find x4 and no x0. In the original text (Numerical Recipes in C, page 402), there is no x4 and the equation is written as:
as opposed to
in this article. The fact that x3 didn't change tells me that this is not just an off-by-1 problem. I think the issue arises from the fact that earlier in the article the notation is 1-based, not 0-based. My proposed change would be to list the formula as:
The biggest reason I didn't change it though is the following line that refers to the precision of x2 and x3, and I don't know which notation scheme this is referring to (I imagine it's the 1-based one).
(sorry for the deletion in the history - realized I wasn't logged in when I wrote it, wanted to get it put back in my name so I can address comments/questions)