jlady
03-03-2004, 11:04 AM
I'm confused about one point in the powell method with discarding the direction of largest decrease (NR in C++, 2nd ed).
The statement is made "The basic idea...is still to take PN - P0 as the new direction..."
Later on, an extrapolated point "somewhat further along the proposed new direction" is defined as 2*P_N - P_0. But this is NOT in the same direction as PN - P0. Wouldn't a better choice be 2*(PN - P0 )? Or am I missing something.:confused:
Thanks
The statement is made "The basic idea...is still to take PN - P0 as the new direction..."
Later on, an extrapolated point "somewhat further along the proposed new direction" is defined as 2*P_N - P_0. But this is NOT in the same direction as PN - P0. Wouldn't a better choice be 2*(PN - P0 )? Or am I missing something.:confused:
Thanks