File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,24 @@ the book,
40
40
which covers a variety of topics on optimization, with an emphasis on solving
41
41
practical problems using JuMP and Julia.
42
42
43
+ ## See also
44
+
45
+ The JuMP ecosystem includes [ Convex.jl] ( https://github.com/jump-dev/Convex.jl ) ,
46
+ an algebraic modeling language for convex optimization based on the concept of
47
+ [ Disciplined Convex Programming] ( https://dcp.stanford.edu/ ) . Outside of the
48
+ JuMP organization:
49
+
50
+ - [ JuliaSmoothOptimizers] ( https://github.com/JuliaSmoothOptimizers ) provides a
51
+ collection of tools primarily designed for developing solvers for smooth
52
+ nonlinear optimization.
53
+
54
+ - [ JuliaNLSolvers] ( https://github.com/JuliaNLSolvers ) offers implementations in
55
+ Julia of standard standard optimization algorithms for unconstrained or
56
+ box-constrained problems such as BFGS, Nelder-Mead, conjugate gradient, etc.
57
+
58
+ - JuliaHub lists 70+
59
+ [ optimization packages in Julia] ( https://juliahub.com/ui/Packages?t=optimization ) !
60
+
43
61
## NumFOCUS
44
62
45
63
![ NumFOCUS logo] ( /assets/numfocus-logo.png )
You can’t perform that action at this time.
0 commit comments