dwave.samplers.SteepestDescentComposite.sample#

SteepestDescentComposite.sample(bqm: BinaryQuadraticModel, **parameters) SampleSet[source]#

Find minima of a binary quadratic model.

Parameters:
  • bqm – Binary quadratic model to be sampled from.

  • **parameters – Parameters for the sampling method, specified by the child sampler.

Returns:

dimod.SampleSet.