-
See https://github.com/0Yassine0/COTS.jl/issues/17#issuecomment-2241187824
-
We should do an extension to add a method `nomad(nlp::AbstractNLPModel)`.
-
This is not useful for new packages, but it is useful for existing packages.
Some solutions:
- https://github.com/JuliaSmoothOptimizers/NLPModels.jl/blob/main/.github/workflows/breakage.yml
- https://…
-
Epic created through ZenHub
-
See NLPModels.jl 0.18/0.19
I have a draft here https://github.com/JuliaSmoothOptimizers/AmplNLReader.jl/tree/add-linear-API but we probably should add functions to the C interface.
There might b…
-
There are multiple test databases floating around in the Julia community and it works be nice to reuse these amongst different packages.
For example, the [JuliaSmoothOptimizers](https://juliasmooth…
-
Since Julia 1.0, public packages are registered in `https://github.com/JuliaRegistries /General`, by creating some files under `LETTER/PACKAGENAME`. For instance, the package `NLPModels.jl` is registe…
-
The following packages **need** an "Introduction to" tutorial:
- [x] LinearOperators.jl (#1)
- [ ] Krylov.jl
- [ ] NLPModels.jl
- [x] SolverBenchmark.jl
- [x] JSOSolvers.jl
- [ ] JSOSuite.jl
-
I used the following script:
```
using Pkg
Pkg.activate(".")
using LinearAlgebra, NLPModels, FletcherPenaltySolver
using NLPModelsTest # main version of NLPModelsTest
using NLPModelsTest
pr…
-
How to create a new JSO-compatible solver:
- NLPModels input
- GenericExecutionStats output
- `bmark_solvers` against IPOPT on CUTEst problems
- Performance profiles and tables
Don't overexplai…