Skip to content

Conversation

@franckgaga
Copy link
Member

@franckgaga franckgaga commented Dec 31, 2025

Closes #300

The init_predmat method for SingleShooting and LinModel was not considering the fact that the decision vector $\mathbf{Z} = \mathbf{\Delta U}$ only include the free moves (thus it skips the blocked moves). The resulting E matrix is way more complex when I take this into account. I need to revise my mathematical notation also.

There is possibly a similar bug init_defectmat.

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.55%. Comparing base (81b2f31) to head (189b6ed).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #301      +/-   ##
==========================================
- Coverage   98.55%   98.55%   -0.01%     
==========================================
  Files          28       28              
  Lines        4980     4978       -2     
==========================================
- Hits         4908     4906       -2     
  Misses         72       72              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Move blocking patterns are not correctly handled for LinModel

3 participants