JuliaDecisionFocusedLearning / InferOpt.jl

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

Missing factor in the PerturbedMultiplicative perturbation #81

Closed BatyLeo closed 1 year ago

BatyLeo commented 1 year ago

According to the paper, θ_perturbed = θ .* exp.(ε .* Z .- ε^2) (here) should be θ_perturbed = θ .* exp.(ε .* Z .- ε^2 / 2) instead

gdalle commented 1 year ago

Duplicate of #82