JuliaDecisionFocusedLearning / InferOpt.jl

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

`RegularizedGeneric` based on Frank-Wolfe #18

Closed gdalle closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #18 (02d523a) into main (d80b510) will decrease coverage by 1.60%. The diff coverage is 79.00%.

:exclamation: Current head 02d523a differs from pull request most recent head 762379f. Consider uploading reports for the commit 762379f to get more accurate results

@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
- Coverage   91.06%   89.45%   -1.61%     
==========================================
  Files          14       17       +3     
  Lines         235      332      +97     
==========================================
+ Hits          214      297      +83     
- Misses         21       35      +14     
Impacted Files Coverage Δ
src/perturbed/abstract_perturbed.jl 35.13% <0.00%> (-41.34%) :arrow_down:
src/frank_wolfe/frank_wolfe_utils.jl 83.33% <83.33%> (ø)
src/frank_wolfe/differentiable_frank_wolfe.jl 100.00% <100.00%> (ø)
src/regularized/regularized_generic.jl 100.00% <100.00%> (ø)
src/regularized/soft_argmax.jl 100.00% <100.00%> (ø)
src/ssvm/ssvm_loss.jl 100.00% <100.00%> (ø)
src/regularized/sparse_argmax.jl 100.00% <0.00%> (+31.81%) :arrow_up:

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 d80b510...762379f. Read the comment docs.