DiffOpt.jl icon indicating copy to clipboard operation
DiffOpt.jl copied to clipboard

Differentiating convex optimization programs w.r.t. program parameters

Results 45 DiffOpt.jl issues
Sort by recently updated
recently updated
newest added

Hi, developers! Thanks for this promising and potentially useful package. I'm studying differentiable convex optimisation and trying to implement it to the [PLSE](https://scholar.google.com/citations?view_op=view_citation&hl=ko&user=K7wrYmoAAAAJ&citation_for_view=K7wrYmoAAAAJ:RYcK_YlVTxYC), a neural network that I proposed. I...

Currently, we only test giving QPs in standard form and use QPDiff or giving CPs in standard for and use ConicDiff. The user might not give these form and get...

```julia function MOI.get(model::Optimizer, ::ForwardIn{ConstraintCoefficient}, vi::VI, ci::CI{F,S}) where {F,S} ``` only work for scalar