What are the algorithms that are used by default by Timefold Solver if you don't provide any configuration?

39 Views Asked by At

From what I understood according to the documentation, Timefold Solver applies 2 phases to solve a problem, namely: Construction Heuristics and Local Search (that uses a Metaheuristic algorithm). What exactly are the algorithms that Timefold Solver applies when you don't have any configuration?

1

There are 1 best solutions below

2
Geoffrey De Smet On BEST ANSWER

This is the default with normal variables:

  • Construction Heuristic

    • First Fit
  • Local Search

    • Late Acceptance
    • Move selector: union of
      • Change moves
      • Swap moves