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
I'm wondering how to set the problem dimension for some of the CUTEst problems. For instance, test problem CHAIN has the following options:
Parameters available for problem CHAIN:
NH = 50 (int)
NH = 100 (int)
NH = 200 (int)
NH = 400 (int) [default]
End of parameters for problem CHAIN
I have access to the default option by calling nlp = CUTEstModel("CHAIN"). For the time being, I can access to the other options by modifying the CHAIN.sif file. My question is if there is a smarter way to work around this.
The text was updated successfully, but these errors were encountered:
I'm wondering how to set the problem dimension for some of the CUTEst problems. For instance, test problem CHAIN has the following options:
I have access to the default option by calling
nlp = CUTEstModel("CHAIN")
. For the time being, I can access to the other options by modifying the CHAIN.sif file. My question is if there is a smarter way to work around this.The text was updated successfully, but these errors were encountered: