dwave.system.composites.PolyCutOffComposite.sample_hubo#
- PolyCutOffComposite.sample_hubo(H: Mapping[tuple[Hashable, Hashable], float | floating | integer], **kwargs) SampleSet[source]#
Sample from a higher-order unconstrained binary optimization problem.
Converts the given higher-order unconstrained binary optimization problem to a
BinaryPolynomialand then callssample_poly().- Parameters:
H – Coefficients of the HUBO.
**kwargs – See
sample_poly()for additional keyword definitions.
- Returns:
Samples from a higher-order unconstrained binary optimization problem.
See also