exanauts / BlockNLPModels.jl

MIT License
6 stars 2 forks source link

add callbacks to update penalty parameter dynamically #10

Closed grishabh147 closed 2 years ago

grishabh147 commented 2 years ago

Just one small update: Added a new function that can update the penalty parameter for the augmented blocks dynamically.

codecov-commenter commented 2 years ago

Codecov Report

Merging #10 (e6759f0) into main (accf269) will decrease coverage by 0.91%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main      #10      +/-   ##
==========================================
- Coverage   83.00%   82.09%   -0.92%     
==========================================
  Files           6        6              
  Lines         359      363       +4     
==========================================
  Hits          298      298              
- Misses         61       65       +4     
Impacted Files Coverage Δ
src/BlockNLPModels.jl 87.80% <ø> (ø)
src/augmented_block.jl 78.04% <0.00%> (-4.01%) :arrow_down:
src/prox_augmented_block.jl 68.25% <0.00%> (-2.24%) :arrow_down:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more