Attention
dwave-greedy
is deprecated since dwave-ocean-sdk
6.1.0 in favor of
dwave-samplers and will be removed in dwave-ocean-sdk
8.0.0.
Composites¶
The dwave-greedy package currently includes just one composite,
SteepestDescentComposite
.
SteepestDescentComposite¶
Class¶
- class SteepestDescentComposite(child_sampler)[source]¶
Runs greedy local optimization (steepest descent) on input problem, seeded with samples from the sampler.
- Parameters
child_sampler (
dimod.Sampler
) – A dimod sampler, such as aDWaveSampler
.
Attributes¶
Properties in the form of a dict. |
|
Parameters in the form of a dict. |
Methods¶
|
Sample from the provided binary quadratic model. |
|
Sample from an Ising model using the implemented sample method. |
Sample from a QUBO using the implemented sample method. |