greedy.composite.SteepestDescentComposite.sample

SteepestDescentComposite.sample(bqm, **parameters)[source]

Sample from the provided binary quadratic model.

Parameters
  • bqm (dimod.BinaryQuadraticModel) – Binary quadratic model to be sampled from.

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

Returns

dimod.SampleSet