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
Copy file name to clipboardExpand all lines: paper/paper.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,8 @@ Moreover, TRUNK, TRUNK-NLS, and FOMO support GPU arrays, broadening the range of
62
62
The package documentation and \url{https://jso.dev/tutorials} provide examples illustrating the use of different floating-point systems.
63
63
Furthermore, the solvers expose in-place function variants, allowing multiple optimization problems with identical dimensions and data types to be solved efficiently without reallocations.
64
64
65
-
`JSOSolvers.jl` is built upon the JuliaSmoothOptimizers (JSO) tools [@The_JuliaSmoothOptimizers_Ecosystem][^jso].
65
+
`JSOSolvers.jl` is built upon the JuliaSmoothOptimizers (JSO) tools [^jso].
66
+
66
67
JSO is an academic organization containing a collection of Julia packages for nonlinear optimization software development, testing, and benchmarking.
67
68
It provides tools for building models, accessing problem repositories, and solving subproblems.
68
69
Solvers in `JSOSolvers.jl` take as input an `AbstractNLPModel`, JSO's general model API defined in `NLPModels.jl`[@NLPModels_jl], a flexible data type to evaluate objective and constraints, their derivatives, and to provide any information that a solver might request from a model.
0 commit comments