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 believe there is something wrong within the code in GP TIPS when changing the number of runs (gp.runcontrol.runs = #).
GP TIPS does run, I can see it performing the defined number of runs, but when merging the GP populations I get an error saying that:
"In an assignment A(:) = B, the number of elements in A and B must be the same." (Error within mergegp).
Increasing the number of runs worked at first, but when changing the number of runs again to a number different to 1, I got the error.
I believe that if gp.runcontrol.runs is set to a number different than 1, some parameter within GP TIPS is assigned with a different value which is not later replaced if gp.runcontrol.runs is changed again.
Please help me out! Increasing the number of runs would save me a lot of trouble, specially time.
The text was updated successfully, but these errors were encountered:
I believe there is something wrong within the code in GP TIPS when changing the number of runs (
gp.runcontrol.runs = #
).GP TIPS does run, I can see it performing the defined number of runs, but when merging the GP populations I get an error saying that:
"In an assignment A(:) = B, the number of elements in A and B must be the same." (Error within
mergegp
).Increasing the number of runs worked at first, but when changing the number of runs again to a number different to 1, I got the error.
I believe that if
gp.runcontrol.runs
is set to a number different than 1, some parameter within GP TIPS is assigned with a different value which is not later replaced ifgp.runcontrol.runs
is changed again.Please help me out! Increasing the number of runs would save me a lot of trouble, specially time.
The text was updated successfully, but these errors were encountered: