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
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,6 @@ The package documentation and \url{https://jso.dev/tutorials} provide examples i
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
65
`JSOSolvers.jl` is built upon the JuliaSmoothOptimizers (JSO) tools [^jso].
66
-
67
66
JSO is an academic organization containing a collection of Julia packages for nonlinear optimization software development, testing, and benchmarking.
68
67
It provides tools for building models, accessing problem repositories, and solving subproblems.
69
68
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