-
Notifications
You must be signed in to change notification settings - Fork 49
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
Update names of errinros_mod
, chnrosnb_mod
and fletcbv3_mod
?
#356
Comments
Also, |
Thanks @danphenderson for the issue. You are right, bwe should modify the problems' names. For errinros_mod:
and also the NLS variant:
This could also be tested, probably here: OptimizationProblems.jl/test/runtests.jl Line 29 in f563bb6 @test nlp_ad.meta.name == String(pb)
strangely enough the name was correct in the dataframe describing the problems
@danphenderson Would you be interested in opening a PR to fix this? |
@tmigot, thanks for the additional instructions - PR submitted. |
The current names of these ADNLPModels are
errinros
,chnrosnb
andfletcbv3
; respectively.In my use case, I am instantiating a set of ADNLPModels from a list of their names; but I run into issues with these models as their names do not correspond to the name of the file in the source code.
A fix would be to update these model's names to
errinros_mod
,chnrosnb_mod
andfletcbv3_mod
.The text was updated successfully, but these errors were encountered: