JuliaDecisionFocusedLearning / InferOpt.jl

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

Other solvers than FW for RegularizedGeneric #62

Open gdalle opened 1 year ago

gdalle commented 1 year ago

Let users supply their own

BatyLeo commented 1 year ago

As of v0.5, the user can now subtype the AbstractRegularized type in order to use their own solver

gdalle commented 1 year ago

Reopening it cause we need to add tests and docs