You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dpo, I made some tests about TR-LBFGS.
The point was to check how many $Bv$ were done.
I was suprised to obtain 0 with lbfgsnlp.model.counters.neval_hprod.
I checked the code below, and there is no increment!(qnnlp, :neval_hprod) inside hprod nor hprod!.
@dpo, I made some tests about TR-LBFGS.$Bv$ were done.
The point was to check how many
I was suprised to obtain
0
withlbfgsnlp.model.counters.neval_hprod
.I checked the code below, and there is no
increment!(qnnlp, :neval_hprod)
insidehprod
norhprod!
.NLPModelsModifiers.jl/src/quasi-newton.jl
Line 109 in ca5bf27
NLPModelsModifiers.jl/src/quasi-newton.jl
Line 120 in ca5bf27
NLPModelsModifiers.jl/src/quasi-newton.jl
Line 127 in ca5bf27
However, I can retrieve the number of
mul!
done by the LBFGSOperator withlbfgsnlp.op.nprod
.Should I open a PR to add
increment!(qnnlp, :neval_hprod)
tohprod
andhprod!
?The text was updated successfully, but these errors were encountered: