JuliaDecisionFocusedLearning / InferOpt.jl

Combinatorial optimization layers for machine learning pipelines
https://juliadecisionfocusedlearning.github.io/InferOpt.jl/
MIT License
113 stars 4 forks source link

Remove explicit names in all constructors #42

Closed BatyLeo closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 66.66% and project coverage change: +0.87 :tada:

Comparison is base (72e54d6) 88.57% compared to head (16007e5) 89.44%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #42 +/- ## ========================================== + Coverage 88.57% 89.44% +0.87% ========================================== Files 18 18 Lines 385 379 -6 ========================================== - Hits 341 339 -2 + Misses 44 40 -4 ``` | [Impacted Files](https://codecov.io/gh/axelparmentier/InferOpt.jl/pull/42?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/regularized/regularized\_generic.jl](https://codecov.io/gh/axelparmentier/InferOpt.jl/pull/42?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3JlZ3VsYXJpemVkL3JlZ3VsYXJpemVkX2dlbmVyaWMuamw=) | `93.75% <0.00%> (+5.51%)` | :arrow_up: | | [src/perturbed/additive.jl](https://codecov.io/gh/axelparmentier/InferOpt.jl/pull/42?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3BlcnR1cmJlZC9hZGRpdGl2ZS5qbA==) | `100.00% <100.00%> (+4.16%)` | :arrow_up: | | [src/perturbed/multiplicative.jl](https://codecov.io/gh/axelparmentier/InferOpt.jl/pull/42?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3BlcnR1cmJlZC9tdWx0aXBsaWNhdGl2ZS5qbA==) | `100.00% <100.00%> (+4.16%)` | :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=None). 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=None)

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