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

Diagonal quasi-Newton operators #237

Merged
merged 8 commits into from
Sep 12, 2022
Merged

Conversation

Joshua-Wolff
Copy link
Contributor

Introduce new Abstract type in lbfgs.jl

src/lbfgs.jl Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Jul 28, 2022

Codecov Report

Base: 97.61% // Head: 97.38% // Decreases project coverage by -0.23% ⚠️

Coverage data is based on head (5ed7aa8) compared to base (9080213).
Patch coverage: 93.10% of modified lines in pull request are covered.

❗ Current head 5ed7aa8 differs from pull request most recent head 765fe90. Consider uploading reports for the commit 765fe90 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #237      +/-   ##
==========================================
- Coverage   97.61%   97.38%   -0.24%     
==========================================
  Files          13       14       +1     
  Lines         965      994      +29     
==========================================
+ Hits          942      968      +26     
- Misses         23       26       +3     
Impacted Files Coverage Δ
src/LinearOperators.jl 100.00% <ø> (ø)
src/abstract.jl 98.76% <ø> (ø)
src/lbfgs.jl 97.15% <ø> (ø)
src/lsr1.jl 96.96% <ø> (ø)
src/DiagonalHessianApproximation.jl 93.10% <93.10%> (ø)
src/special-operators.jl 98.36% <0.00%> (-0.82%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 28, 2022

Package name latest stable
CaNNOLeS.jl
DCISolver.jl
FletcherPenaltySolver.jl
JSOSolvers.jl
Krylov.jl
NLPModels.jl
NLPModelsModifiers.jl
PROPACK.jl
Percival.jl
QuadraticModels.jl
SolverTools.jl

src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/test_diag.jl Outdated Show resolved Hide resolved
src/test_diag.jl Outdated Show resolved Hide resolved
Copy link
Member

@dpo dpo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few more...

src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
Copy link
Member

@dpo dpo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some more comments that should simplify things.

src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
@dpo dpo changed the title introduce new Abstract type Diagonal quasi-Newton operators Aug 6, 2022
Copy link
Member

@dpo dpo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last ones.

src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
Copy link
Member

@dpo dpo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, test_diag should go under test. Include it in runtests.jl.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 6, 2022

Package name latest stable
CaNNOLeS.jl
DCISolver.jl
JSOSolvers.jl
Krylov.jl
NLPModels.jl
NLPModelsModifiers.jl
PROPACK.jl
Percival.jl
QuadraticModels.jl
SolverTools.jl

src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/abstract.jl Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
@github-actions
Copy link
Contributor

github-actions bot commented Sep 4, 2022

Package name latest stable
CaNNOLeS.jl
DCISolver.jl
JSOSolvers.jl
Krylov.jl
NLPModels.jl
NLPModelsModifiers.jl
PROPACK.jl
Percival.jl
QuadraticModels.jl
SolverTools.jl

@dpo dpo force-pushed the joshua branch 2 times, most recently from a5530b1 to a1fabed Compare September 4, 2022 16:34
@github-actions
Copy link
Contributor

github-actions bot commented Sep 4, 2022

Package name latest stable
CaNNOLeS.jl
DCISolver.jl
JSOSolvers.jl
Krylov.jl
NLPModels.jl
NLPModelsModifiers.jl
PROPACK.jl
Percival.jl
QuadraticModels.jl
SolverTools.jl

@github-actions
Copy link
Contributor

github-actions bot commented Sep 4, 2022

Package name latest stable
CaNNOLeS.jl
DCISolver.jl
JSOSolvers.jl
Krylov.jl
NLPModels.jl
NLPModelsModifiers.jl
PROPACK.jl
Percival.jl
QuadraticModels.jl
SolverTools.jl

@github-actions
Copy link
Contributor

github-actions bot commented Sep 5, 2022

Package name latest stable
CaNNOLeS.jl
DCISolver.jl
JSOSolvers.jl
Krylov.jl
NLPModels.jl
NLPModelsModifiers.jl
PROPACK.jl
Percival.jl
QuadraticModels.jl
SolverTools.jl

Copy link
Member

@geoffroyleconte geoffroyleconte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, thank you for the PR. A few comments:

src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
src/DiagonalHessianApproximation.jl Outdated Show resolved Hide resolved
test/test_diag.jl Show resolved Hide resolved
src/abstract.jl Show resolved Hide resolved
src/abstract.jl Show resolved Hide resolved
@dpo
Copy link
Member

dpo commented Sep 10, 2022

@geoffroyleconte Should be all fixed. Do you mind taking another quick look?

@dpo
Copy link
Member

dpo commented Sep 10, 2022

It's expected that FreeBSD/nightly fail at the moment.

@dpo dpo merged commit 7b3efbe into JuliaSmoothOptimizers:main Sep 12, 2022
@dpo
Copy link
Member

dpo commented Sep 12, 2022

Thank you @Joshua-Wolff and @geoffroyleconte !

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.

3 participants