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
In some specific cases (for some values of the imbalance), the HyPar optimizer gets stuck trying to find a path, and when I use this in a .ipynb notebook, I have to even restart the whole VSCode, since it does not let me restart just the Julia kernel.
I think we could put some sort of a timeout argument, but I am not sure if this is the best way to deal with this.
See this example where the code gets stuck (at least in my computer):
In some specific cases (for some values of the
imbalance
), theHyPar
optimizer gets stuck trying to find a path, and when I use this in a.ipynb
notebook, I have to even restart the whole VSCode, since it does not let me restart just the Julia kernel.I think we could put some sort of a
timeout
argument, but I am not sure if this is the best way to deal with this.See this example where the code gets stuck (at least in my computer):
The text was updated successfully, but these errors were encountered: