Replies: 1 comment 2 replies
-
Metaheuristic-based solvers such as Timefold Solver don't give a guarantee of reaching the optimal solution and what you are showing here is nothing out of the ordinary. Typically, you can help the solver by:
Also, as a side note - if you can write a hauristic to find the optimal solution, and the optimal solution doesn't take an eternity to find, then you don't need the solver. The solver is useful in situations where exhaustive search no longer suffices. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Here is a picture of my score over time. The pink is the most optimal score and the blue is using the default solver. Does the solver get stuck and is there ways to avoid it? I am using timefold version 19
Beta Was this translation helpful? Give feedback.
All reactions