Getting Started
Concepts
CLI
Packages
Contribute
Licenses
System Docs
Legal
GitHub
dimod
dwavebinarycsp
dwave-cloud-client
dwave-gate
dwave-greedy
dwave-hybrid
Introduction
Reference Documentation
Primitives
hybrid.core.Runnable.name
hybrid.core.SampleSet.first
hybrid.core.Runnable.dispatch
hybrid.core.Runnable.error
hybrid.core.Runnable.init
hybrid.core.Runnable.halt
hybrid.core.Runnable.next
hybrid.core.Runnable.run
hybrid.core.Runnable.stop
hybrid.core.SampleSet.empty
hybrid.core.SampleSet.hstack
hybrid.core.SampleSet.vstack
hybrid.core.State.copy
hybrid.core.State.updated
hybrid.core.State.result
hybrid.core.State.from_problem
hybrid.core.State.from_subproblem
hybrid.core.State.from_sample
hybrid.core.State.from_samples
hybrid.core.State.from_subsample
hybrid.core.State.from_subsamples
hybrid.core.States.first
hybrid.core.States.updated
Flow Structuring
Samplers
Composers
Decomposers
Utilities
Profiling
Dimod Conversion
Traits
Exceptions
Reference Workflows
Source
dwave-inspector
dwave-neal
dwave-networkx
dwave-preprocessing
dwave-samplers
dwave-system
dwave-tabu
minorminer
penaltymodel
pyqubo
hybrid.core.State.from_subsample
¶
classmethod
State.
from_subsample
(
subsample
,
bqm
,
**
kwargs
)
[source]
¶
Similar to
from_sample()
, but initializes
subproblem
and
subsamples
.