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

Temperature feature #552

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
234b24c
Add support for aggregated or weighted samplesets (WIP: need to add f…
jackraymond Oct 23, 2024
53117f4
Correct bugs in test, adapt for bisect not the default method
jackraymond Oct 23, 2024
bbd3050
Fix fairly superficial bugs
jackraymond Oct 23, 2024
4cb1a78
Refactored to call general exponential model fit: Work In Progress
jackraymond Oct 24, 2024
8da5243
WIP: refactor to allow multiparameter inference in exponential models
jackraymond Oct 24, 2024
cdd2910
Multiparameter working in special case of Hp + chi dHp
jackraymond Oct 24, 2024
c4c5f23
Fix error in bootstrap indexing for multi-dimensional optimization
jackraymond Nov 13, 2024
c22aef5
Merge branch 'dwavesystems:master' into temperature-feature
jackraymond Nov 13, 2024
bc91637
Add unit tests for maximum_pseudolikelihood and background susceptibi…
jackraymond Nov 26, 2024
42b3423
Merge branch 'dwavesystems:master' into temperature-feature
jackraymond Nov 26, 2024
5756d73
Merge branch 'dwavesystems:master' into temperature-feature
jackraymond Dec 4, 2024
d986167
Describe changes in module docstring
jackraymond Dec 4, 2024
b947784
apply black formatting
jackraymond Dec 4, 2024
826b630
Add documentation
jackraymond Dec 5, 2024
0d3eab6
Merge branch 'dwavesystems:master' into temperature-feature
jackraymond Jan 7, 2025
7788372
Use histogram representation for parameter inference. WIP
jackraymond Jan 7, 2025
ee23337
Add tests. Implement method using field degeneracy for scalar estimat…
jackraymond Jan 7, 2025
8b11246
Add tests. black temperature.py and test_temperatures.py
jackraymond Jan 7, 2025
8a31800
Fix? non-reproducible circleCI test errors related to SciPy return va…
jackraymond Jan 8, 2025
f430d00
Add second guess x1 for root finder, aparently required for secant me…
jackraymond Jan 8, 2025
d71bc7b
Fiddle around to satisfy strange circleCI failures
jackraymond Jan 8, 2025
14e9e5d
Modify mock sampler to suppress unnecessary warning
jackraymond Jan 23, 2025
fef181a
Correct type hinting in dimod.Sampler. Expand argument set to support…
jackraymond Jan 23, 2025
73ee061
Implement (easy parts of) pull request review
jackraymond Jan 24, 2025
9a60c0b
implement formatting improvements
jackraymond Jan 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading