feat(multitask)!: seed SpotOptim warm start from warm_start_lags list#211
Merged
Conversation
SpotOptimStrategy reads the seed lag set directly from config.warm_start_lags (sf2-safe >= 22.0.0, list-valued; default DEFAULT_WARM_START_LAGS) instead of combining the old boolean flag with lags_consider. None or an empty list disables the warm start; lags_consider keeps only its passive roles. BREAKING CHANGE: configs with warm_start_lags=True no longer warm-start the search with lags_consider; set warm_start_lags to the seed lag list itself (or None to disable). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Collaborator
Author
|
🎉 This PR is included in version 8.0.0-rc.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This was referenced Jun 10, 2026
Collaborator
Author
|
🎉 This PR is included in version 8.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Companion to sf2-safe PR #360:
SpotOptimStrategyreads the warm-start seed directly fromconfig.warm_start_lags(list-valued since sf2-safe 22.0.0, defaultDEFAULT_WARM_START_LAGS) instead of the oldbool+lags_considerpair.None/[]= cold start.BREAKING:
warm_start_lags=Trueno longer seeds fromlags_consider. The sf2-safe pin bump to>=22,<23follows in a separate commit once 22.0.0 is on PyPI.Verified locally: full suite (1167 passed, incl. team4 consumer-contract tests against the updated lecture files), ruff, quartodoc + full quarto render.
🤖 Generated with Claude Code