Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define 5 arg hprod! for QuasiNewtonModel #3

Merged
merged 1 commit into from
Mar 21, 2021

Conversation

mohamed82008
Copy link
Contributor

This method is needed when using Percival with LBFGSModel.

@codecov
Copy link

codecov bot commented Mar 20, 2021

Codecov Report

Merging #3 (d9ce4b5) into master (e1662b6) will decrease coverage by 0.34%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #3      +/-   ##
==========================================
- Coverage   98.25%   97.90%   -0.35%     
==========================================
  Files           6        6              
  Lines         572      574       +2     
==========================================
  Hits          562      562              
- Misses         10       12       +2     
Impacted Files Coverage Δ
src/quasi-newton.jl 93.33% <0.00%> (-6.67%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e1662b6...d9ce4b5. Read the comment docs.

@abelsiqueira
Copy link
Member

The breakage tests have been updated to work with forks now. Can you rebase?

@mohamed82008
Copy link
Contributor Author

Sure

@github-actions
Copy link
Contributor

Package name latest stable
ADNLPModels.jl
AmplNLReader.jl
CUTEst.jl
CaNNOLeS.jl
DCI.jl
JSOSolvers.jl
LLSModels.jl
NLPModelsIpopt.jl
NLPModelsJuMP.jl
NLPModelsTest.jl
Percival.jl
QuadraticModels.jl
SolverBenchmark.jl
SolverTools.jl

@abelsiqueira abelsiqueira merged commit 3c79adf into JuliaSmoothOptimizers:master Mar 21, 2021
@abelsiqueira
Copy link
Member

Thanks

@abelsiqueira
Copy link
Member

I just realized that using LBFGSMOdel with Percival will need some work because you have to use push! to update the approximation.

@abelsiqueira
Copy link
Member

@abelsiqueira
Copy link
Member

But now I've been reminded that Percival calls tron, so maybe it's not needed?!
Well, it needs some thought on what Hessian is being approximated, and I don't remember it well enough.
But since you're testing it, let me know what you find.

@mohamed82008
Copy link
Contributor Author

Ya Percival calls tron on the augmented Lagrangian. The Hessian being approximated is that of the augmented Lagrangian.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants