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
It is specifically failing in opt_probs.py on line 1010. The issue is that remaining is empty and it's trying to pull a random choice from an empty array.
The text was updated successfully, but these errors were encountered:
When running TSPOpt problem with custom distance. MIMIC fails only when fast_mimic=True.
Code that works:
Code that fails:
It is specifically failing in
opt_probs.py
on line 1010. The issue is thatremaining
is empty and it's trying to pull a random choice from an empty array.The text was updated successfully, but these errors were encountered: