LBFGSpp icon indicating copy to clipboard operation
LBFGSpp copied to clipboard

Is there an issue with your cauchy points finding step?

Open cwcw1999 opened this issue 11 months ago • 5 comments

I am questioning if there is an issue with Step 3 of finding the Cauchy Point. You are updating the vector 'p' during the loop, but according to the paper, 'p' should remain fixed within a single iteration. I think the correct approach to updating vector 'p' is to use a temporary vector to record its dynamics and then add them up outside the loop.

cwcw1999 avatar Mar 07 '24 06:03 cwcw1999