Skip to content

Refactor heuristic/LS calling code#1196

Merged
jcoupey merged 14 commits intomasterfrom
enhance/heuristic-sync
Dec 10, 2024
Merged

Refactor heuristic/LS calling code#1196
jcoupey merged 14 commits intomasterfrom
enhance/heuristic-sync

Conversation

@jcoupey
Copy link
Copy Markdown
Collaborator

@jcoupey jcoupey commented Nov 29, 2024

Issue

Fixes #1188

Tasks

  • Move LS stuff into same thread context after heuristic
  • Add heuristic solution dedup mechanism
  • Update LS logging
  • Refactor huge solving lambda
  • Update CHANGELOG.md
  • review

@jcoupey
Copy link
Copy Markdown
Collaborator Author

jcoupey commented Dec 4, 2024

The good part with the implementation in this PR is that we're still able to do search deduplication. Also now that heuristic + local search are run into the same context, we can account for the heuristic time compared to the global timeout value.

@jcoupey jcoupey merged commit 2418e9d into master Dec 10, 2024
@jcoupey jcoupey deleted the enhance/heuristic-sync branch December 10, 2024 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove heuristic synchronisation

1 participant