dwavesystems / dwave-neal

An implementation of a simulated annealing sampler for general Ising model graphs in C++ with a dimod Python wrapper.
https://docs.ocean.dwavesys.com/projects/neal/en/latest
Apache License 2.0
51 stars 44 forks source link

feature request: flag to return intermediate values #1

Closed arcondello closed 6 years ago

arcondello commented 6 years ago

It would be nice to have an option to keep intermediate values produced by the simulated annealing

wbernoudy commented 6 years ago

This is covered by #31, I think it should be closed.

arcondello commented 6 years ago

I think in this case the intention would be to keep a running 'best' in addition to the current state. I am less convinced than I was that this is a useful feature so I will still close.