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

Pre-solve #54

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Draft

Pre-solve #54

wants to merge 11 commits into from

Conversation

bqth29
Copy link
Owner

@bqth29 bqth29 commented Dec 31, 2023

💬 Pull Request Description

It is possible to determine the optimal value of some spins before entering the SB algorithm. This ensures that the spins will contribute optimally to the objective functions and they can therefore be removed from the optimization to allow a lighter Ising model to be optimized.

✔️ Check list

Before you open the pull request, make sure the following requirements are met.

  • The code matches the styling rules
  • The new code is covered by relevant tests
  • Documentation was added

🚀 New features

Make a comprehensive list of all the new features your pull request will bring.

🐞 Bug fixes

If your pull request fixed any bugs or problems in the code, list them here.

📣 Supplementary information

Use this section to include any other information you think might be relevant to whoever is reading the pull request.

@bqth29 bqth29 marked this pull request as draft December 31, 2023 00:49
Copy link

codecov bot commented Dec 31, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (6194a9e) to head (67bfdc4).

Additional details and impacted files
@@            Coverage Diff             @@
##              main       #54    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           36        40     +4     
  Lines         1600      1780   +180     
==========================================
+ Hits          1600      1780   +180     

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

@bqth29 bqth29 added feature New feature performance Improvement of the algorithm's performance labels May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature performance Improvement of the algorithm's performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant