JuliaSmoothOptimizers / FletcherPenaltySolver.jl

Fletcher's penalty method for nonlinear optimization models
Other
9 stars 0 forks source link

Add restart from a different initial point #116

Closed tmigot closed 2 years ago

tmigot commented 2 years ago

46

codecov[bot] commented 2 years ago

Codecov Report

Base: 84.62% // Head: 85.04% // Increases project coverage by +0.41% :tada:

Coverage data is based on head (a7525c5) compared to base (0593323). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #116 +/- ## ========================================== + Coverage 84.62% 85.04% +0.41% ========================================== Files 7 7 Lines 748 769 +21 ========================================== + Hits 633 654 +21 Misses 115 115 ``` | [Impacted Files](https://codecov.io/gh/JuliaSmoothOptimizers/FletcherPenaltySolver.jl/pull/116?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers) | Coverage Δ | | |---|---|---| | [src/FletcherPenaltySolver.jl](https://codecov.io/gh/JuliaSmoothOptimizers/FletcherPenaltySolver.jl/pull/116/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers#diff-c3JjL0ZsZXRjaGVyUGVuYWx0eVNvbHZlci5qbA==) | `93.93% <100.00%> (ø)` | | | [src/algo.jl](https://codecov.io/gh/JuliaSmoothOptimizers/FletcherPenaltySolver.jl/pull/116/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers#diff-c3JjL2FsZ28uamw=) | `76.53% <100.00%> (+2.46%)` | :arrow_up: | | [src/parameters.jl](https://codecov.io/gh/JuliaSmoothOptimizers/FletcherPenaltySolver.jl/pull/116/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers#diff-c3JjL3BhcmFtZXRlcnMuamw=) | `97.67% <100.00%> (+0.23%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers)

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