jump-dev / Convex.jl

A Julia package for disciplined convex programming
https://jump.dev/Convex.jl/stable/
Other
567 stars 121 forks source link

Add "performance tips" page to docs #675

Closed ericphanson closed 4 months ago

ericphanson commented 4 months ago

I figure this could be helpful, since Convex is fairly different from both JuMP and regular Julia in that it has trouble with scalar indexing, and since conic solvers in general can be a bit unintuitive to folks.