Closed CrashAndSideburns closed 1 year ago
Description The return type of the SimulatedAnnealingSampler.sample method is said to be "a dimod Response object" in the docs, a class which is nowhere documented in the neal or dimod docs.
SimulatedAnnealingSampler.sample
Response
neal
dimod
To Reproduce View here.
Expected Behaviour The documentation should be changed to reflect that actual return type of SimulatedAnnealingSampler.sample, namely SampleSet.
SampleSet
Environment: N/A
Agree! Thanks for the bug report!
Fixed.
Description The return type of the
SimulatedAnnealingSampler.sample
method is said to be "a dimodResponse
object" in the docs, a class which is nowhere documented in theneal
ordimod
docs.To Reproduce View here.
Expected Behaviour The documentation should be changed to reflect that actual return type of
SimulatedAnnealingSampler.sample
, namelySampleSet
.Environment: N/A