Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CUTEST.jl benchmark wrappers #935

Open
ChrisRackauckas opened this issue May 1, 2024 · 3 comments · May be fixed by #1036
Open

CUTEST.jl benchmark wrappers #935

ChrisRackauckas opened this issue May 1, 2024 · 3 comments · May be fixed by #1036

Comments

@ChrisRackauckas
Copy link
Member

https://github.com/JuliaSmoothOptimizers/CUTEst.jl is a set of nonlinear optimization problems. We should use those to setup benchmarks between the optimizers, splitting between constrained and unconstrained and using as many optimizers as possible work-precsion.

@alonsoC1s
Copy link

I'm in the process of familiarizing myself with the structure of the involved packages and would like to see if I'm getting it so far

If I understand correctly, the first step to solve this issue would be to define a way to convert from the NLPModel instances that are currently used in CUTEst.jl to a subtype of SciMLBase.OptimizationProblem. Is there a relevant issue in the CUTEst.jl repo so that I can start a PR over there?

@ChrisRackauckas
Copy link
Member Author

There is not an issue I know of in that repo. It would probably make sense to make an NLPModels extension to Optimization.jl

@alonsoC1s
Copy link

I agree, it makes sense to handle it inside the SciML umbrella. Should I open an issue and ask for comments on the Optimization.jl repo then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants