Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle timeout value #595

Merged
merged 16 commits into from
Oct 21, 2021
Merged

Handle timeout value #595

merged 16 commits into from
Oct 21, 2021

Conversation

jcoupey
Copy link
Collaborator

@jcoupey jcoupey commented Oct 15, 2021

Issue

Fixes #594

Tasks

  • Use -l flag value
  • Store timeout/deadline in relevant objects
  • Stop local search process once timeout is elapsed
  • Try smoothing timeout across searches
  • Handle TSP specific case
  • Update CHANGELOG.md
  • review

@jcoupey jcoupey changed the title Feature/time out Handle timeout value Oct 15, 2021
@jcoupey jcoupey added this to the v1.11.0 milestone Oct 15, 2021
@jcoupey jcoupey mentioned this pull request Oct 18, 2021
@jcoupey
Copy link
Collaborator Author

jcoupey commented Oct 18, 2021

Tuning how to split available time for the TSP edge case that has its own local search logic was actually the longest part for this...

@jcoupey jcoupey merged commit 02ba81b into master Oct 21, 2021
@jcoupey jcoupey deleted the feature/time-out branch October 21, 2021 09:16
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.

Time-out option
1 participant