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
Right now, if the performance estimation after the splitting heuristic is applied fails, a slothy.core.core.SlothyException: No solution found exception is raised and not handled. Therefore, all the optimization process is gone.
I think there should be a warning in the output but still, the optimized code should be written.
The text was updated successfully, but these errors were encountered:
Right now, if the performance estimation after the splitting heuristic is applied fails, a
slothy.core.core.SlothyException: No solution found
exception is raised and not handled. Therefore, all the optimization process is gone.I think there should be a warning in the output but still, the optimized code should be written.
The text was updated successfully, but these errors were encountered: