Skip to content

Timefold Solver 1.19.0

Latest
Compare
Choose a tag to compare
@timefold-release timefold-release released this 11 Feb 11:47

Valentine's day is still a few days away, but we're giving Timefold Solver care and attention every day! This release is rich with bug fixes and performance improvements, but also a long-awaited feature:

Featured update: Diminished Returns termination

Users of Timefold Solver have surely noticed that the ways of automatically terminating the solver leave something to be desired - they are either too hardware-dependent, or too problem-specific. We are now addressing this with the Diminished Returns termination.

This new termination takes a look at how quickly the solver is improving, and only ends solving when the rate of improvement slows down to nearly nothing. This removes dependency on both hardware and problem sizes, and we recommend that you try it.

Changelog

🚀 Features

  • 881f725 Allow SolverManager and SolverJob to submit problem changes in batches
  • 6537668 Log a warning when CH terminated prematurely (#1362)
  • e94c4e8 Add Diminished Returns termination (#1313)

🐛 Fixes

  • f3b830c Only run local search when there is something to run
  • a7c8374 Prevent possible concurrent modification of a collection (#1370)
  • e4805a8 Do not crash dev mode on empty app
  • 9f53d4a Do not double count move evaluations
  • 8ca431c Fix Python custom justifications with Decimal scores
  • d769425 Use different SolverScope in the RuinRecreateMove nested phase

🔄️ Changes

📝 Documentation

  • bc77f8e Add diagrams for consecutive and connected collectors

Contributors

We'd like to thank the following people for their contributions:

Timefold Solver Community Edition is an open source project, and you are more than welcome to contribute as well!
For more, see Contributing.

Should your business need to scale to truly massive data sets or require enterprise-grade support,
check out Timefold Solver Enterprise Edition.

How to use Timefold Solver

To see Timefold Solver in action, check out the quickstarts.

With Maven or Gradle, add the ai.timefold.solver : timefold-solver-core : 1.19.0 dependency in your pom.xml to get started.

You can also import the Timefold Solver Bom (ai.timefold.solver : timefold-solver-bom : 1.19.0)
to avoid duplicating version numbers when adding other Timefold Solver dependencies later on.

Additional notes

The changelog and the list of contributors above are automatically generated.
It excludes contributions to certain areas of the repository, such as CI and build automation.
This is done for the sake of brevity and to make the user-facing changes stand out more.