Releases: dwavesystems/dwave-hybrid
Releases · dwavesystems/dwave-hybrid
0.6.3
0.6.2
0.6.1
New Features
- Added
beta_range
option to(Hybridized)PopulationAnnealing
andCalculateAnnealingBetaSchedule
ProgressBetaAlongSchedule
now outputsdelta_beta
in addition tobeta
- Made
ProcessPoolExecutor
availability optional to enable
use on systems with process limitations
Fixes
- Expanded range of supported energies in
EnergyWeightedResampler
- Linear beta schedule and better defaults in
PopulationAnnealing
- Tests not included in the package anymore
Changes
- Deprecated use of
beta
inEnergyWeightedResampler
. Use
delta_beta
instead.
0.6.1.dev0
Fixes
hybrid.concurrency.process_executor
now optional
0.6.0
New Features
- Option to retry if embedding fails in
QPUSubproblemAutoEmbeddingSampler
(#114) ComponentDecomposer
for iterating over problem graph components (#209)greedy
-basedSteepestDescentProblemSampler
/SteepestDescentSubproblemSampler
Fixes
SplatComposer
was producingnumpy.float64
samplesets (#235). Now it inheritsdtype
from input.
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
New Features
ICM
/IsoenergeticClusterMove
samples processor blockExplodeSamples
block that splits sampleset samples into statesHybridSampler
can now return the final state produced by the
workflow, and it can propagate sampling parameters as workflow
run-time parameters
Fixes
- Properly handle list samples in
utils.flip_energy_gains