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 group has large collections of model problems that can be accessed with a unified interface using NLPModels
I propose that we look at a way to call such problems from Optim (either with an interface to optimize or by converting NLPModels to the Optim problem structure).
Most of the problems we have in this package are already in CUTEst.jl or other collections at JuliaSmoothOptimizers, so it may not be as useful to provide an API the other way (Optim->NLPModels).
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 group has large collections of model problems that can be accessed with a unified interface using NLPModels
I propose that we look at a way to call such problems from Optim (either with an interface to
optimizeor by converting NLPModels to the Optim problem structure).Most of the problems we have in this package are already in CUTEst.jl or other collections at JuliaSmoothOptimizers, so it may not be as useful to provide an API the other way (Optim->NLPModels).