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 am trying to pass the following options to SNOPT
QPSolver QN
System information Yes
but I couldn't find a way to do that since the plugin only allows for integer and real valued options currently. Is there any way to specify these options and others that require string arguments?
I would deeply appreciate your thoughts on this. Thanks for your help.
The text was updated successfully, but these errors were encountered:
It works for all SNOPT options and we need to pass in the entire string containing the keyword and
corresponding setting: (i.e 'QPSolver QN', 'Scale tolerance 0.99', or 'New basis file 11').
Since this also works for integer options, we would need to add an additional check to prevent the user from setting Derivative option using setParameter.
Hi @darioizzo,
I am trying to pass the following options to SNOPT
but I couldn't find a way to do that since the plugin only allows for integer and real valued options currently. Is there any way to specify these options and others that require string arguments?
I would deeply appreciate your thoughts on this. Thanks for your help.
The text was updated successfully, but these errors were encountered: