You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of this issue is to collate suggestions for documentation improvements into a single issue. (We did thes quite successfully in JuMP jump-dev/JuMP.jl#2348).
If you are looking to contribute to Convex.jl, pick a topic off the list below. If you have an idea for an improvement, please leave comment. Any other fixes or improvements (such as was done with #340) would be very welcome as well, as well as new examples.
speed up the examples; currently huber_regression, logistic_regression and tomography are somewhat slow (see https://travis-ci.org/JuliaOpt/Convex.jl/jobs/608984432, but note that the earlier examples are penalized more since they have to compile Convex and Plots etc. I think chebyshev_center is only slow there since it's the first example to use Plots).
Add more exposition to some of the examples. Some of them are just code without any description. It would great to have more explanations along with the code. More plots and visualizations are also always nice :)
discuss the differences between reformulations and atoms (atoms can customize sign/vexity/monotonicity, can use MOI-level stuff in conic_form!, and can delay things to conic_form time to support fix!/free!, xref _dot_multiply uses evaluate, therefore breaks fix!/free! #653)
The text was updated successfully, but these errors were encountered:
I think we can probably check off "speed up examples"; the current docs build is 9 mins total (from here), and locally running all the examples takes 2.5 mins first run, 1.5 mins second run, which seems fine. I think these used to be slower (maybe had perf issues that have been since fixed).
The purpose of this issue is to collate suggestions for documentation improvements into a single issue. (We did thes quite successfully in JuMP jump-dev/JuMP.jl#2348).
If you are looking to contribute to Convex.jl, pick a topic off the list below. If you have an idea for an improvement, please leave comment. Any other fixes or improvements (such as was done with #340) would be very welcome as well, as well as new examples.
Items
huber_regression
,logistic_regression
andtomography
are somewhat slow (see https://travis-ci.org/JuliaOpt/Convex.jl/jobs/608984432, but note that the earlier examples are penalized more since they have to compile Convex and Plots etc. I thinkchebyshev_center
is only slow there since it's the first example to use Plots).conic_form!
, and can delay things toconic_form
time to supportfix!
/free!
, xref_dot_multiply
uses evaluate, therefore breaksfix!
/free!
#653)The text was updated successfully, but these errors were encountered: