JuliaDecisionFocusedLearning / InferOpt.jl

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

Sample average approximation in perturbed model #15

Closed gdalle closed 2 years ago

gdalle commented 2 years ago

It would be nice to be able to fix the random samples once and for all. Once solution would be to store the RNG within the Perturbed object: see https://docs.julialang.org/en/v1/stdlib/Random/

gdalle commented 2 years ago

Done