Replies: 1 comment 1 reply
-
We need to improve the workflow in Launch(), currently the way it determines the order is like the following psudo code
So when you run first time the .Launch() with "optimal=True" or with "optimal=False and a specified order" it saves the order and there is no convinient way to change it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am confused about the Network behavior when optimal=True. If I do not set ORDER, and then run with optinal=True, the network will store the optimal order. This seems correct.
Output
However if I give a not optimal order by setting ORDER, and run with optimal=True, it does not change the order.
Output
which is not what I expected. Does it suppose to change the order to the optimal one when using optimal=True when ORDER has been set?
Beta Was this translation helpful? Give feedback.
All reactions