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

Fixes an issue in plateau detection #85

Merged
merged 5 commits into from
Jan 29, 2025

Conversation

merschformann
Copy link
Member

@merschformann merschformann commented Jan 29, 2025

Description

Fixes in issue in plateau detection where it would terminate before even reaching the given minimal length (or number of iterations).
Furthermore, adds the -solve.plateau.delay option for delaying the plateau detection checks. This may be helpful if solving for the first feasible solution takes significant time that should not cause plateau detection to fire.

Changes

  • Fixes plateau detection not correctly adhering to the provided minimal duration or iteration count.
  • Adds -solve.plateau.delay parameter for delaying plateau detection checks.

@merschformann merschformann merged commit 1e84636 into develop Jan 29, 2025
34 checks passed
@merschformann merschformann deleted the merschformann/fix-plateau-detection-issue branch January 29, 2025 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants