Open SchrodingerZhu opened 3 years ago
In L-BFGS, we ignored the PW-condition and just used Armijo condition to do the line search. This may lead to some issues. @Matlavo Would you like to have a check on the update later if you have extra time.
Sure. Possibly we could try both.
According to Andre, we have to either skip or use PW-condition. I currently add a skipping strategy in the solver.
In L-BFGS, we ignored the PW-condition and just used Armijo condition to do the line search. This may lead to some issues. @Matlavo Would you like to have a check on the update later if you have extra time.