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 have a system of ODEs which takes a nested array as an input parameter. To use the gsa function, I need to provide the bounds as a vector of tuples. However, if I pass a nested vector of tuples where each element is a vector that contains tuples, the gsa function does not work. Is there a solution to this issue?
For example, let's say I have the following nested array as my input parameter:
input_parameter = [[1,2],[3,4]]
If I pass the nested array as the bounds like this:
I have a system of ODEs which takes a nested array as an input parameter. To use the
gsa
function, I need to provide the bounds as a vector of tuples. However, if I pass a nested vector of tuples where each element is a vector that contains tuples, thegsa
function does not work. Is there a solution to this issue?For example, let's say I have the following nested array as my input parameter:
If I pass the nested array as the bounds like this:
The
gsa
function does not work.The text was updated successfully, but these errors were encountered: