Skip to content

Commit 99bbcae

Browse files
authored
Merge pull request #28 from jump-dev/ml/seealso
Pointers to the julia optimization ecosystem
2 parents 1085640 + 0811481 commit 99bbcae

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,24 @@ the book,
4040
which covers a variety of topics on optimization, with an emphasis on solving
4141
practical problems using JuMP and Julia.
4242

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+
4361
## NumFOCUS
4462

4563
![NumFOCUS logo](/assets/numfocus-logo.png)

0 commit comments

Comments
 (0)