I am new to JuMP / Julia. Do you have some suggestions or advice about how to learn it given that there are so few resources on the internet ?
Asked
Active
Viewed 80 times
-1
-
3Did you take a look at the [quick start guide](http://www.juliaopt.org/JuMP.jl/0.18/quickstart.html)? – carstenbauer Oct 30 '18 at 11:17
1 Answers
1
Go to the fore mentioned quick start guide and run the examples.
JuliaCon lectures are also a good source of information and can be found on YouTube.
Once you get through there is a collection of JuMP notebooks at JuliaOpt.
Using JuMP is simple. However, difficulty might arise due to frequent changes to APIs and interoperability between versions (sometimes you will come across an example that just does not work).

Przemyslaw Szufel
- 40,002
- 3
- 32
- 62
-
Thanks. I have mostly tried what you mentioned. That's true different versions is the main problem, especially when working with the .ipynb notebooks. – chupa_kabra Oct 31 '18 at 05:07