dwave-neal icon indicating copy to clipboard operation
dwave-neal copied to clipboard

Inherit beta_range from sampler.parameters to sample()

Open andrew-d-king opened this issue 3 years ago • 1 comments

Current Problem Setting sampler.parameters['beta_range'] does not affect the sample() method

Proposed Solution Parse the parameter.

andrew-d-king avatar Nov 22 '21 18:11 andrew-d-king

This is in spirit of dwave-hybrid's runnables' behavior where .run() params override params set during block construction, but are overridden themselves with input state values.

randomir avatar Jan 26 '23 13:01 randomir