slackbuilds/academic/dwave-neal
fourtysixandtwo 52e7acc762
academic/dwave-neal: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-12-22 07:59:38 +07:00
..
README academic/dwave-neal: Added (a simulated annealing sampler) 2022-11-12 22:32:59 +07:00
dwave-neal.SlackBuild academic/dwave-neal: Added (a simulated annealing sampler) 2022-11-12 22:32:59 +07:00
dwave-neal.info academic/dwave-neal: Fix redundant deps. 2023-12-22 07:59:38 +07:00
slack-desc academic/dwave-neal: Added (a simulated annealing sampler) 2022-11-12 22:32:59 +07:00

README

  An implementation of a simulated annealing sampler.

  A simulated annealing sampler can be used for approximate Boltzmann
sampling or heuristic optimization. This implementation approaches
the equilibrium distribution by performing updates at a sequence of
increasing beta values, beta_schedule, terminating at the target
beta. Each spin is updated once in a fixed order per point in the
beta_schedule according to a Metropolis- Hastings update. When beta
is large the target distribution concentrates, at equilibrium,
over ground states of the model. Samples are guaranteed to match
the equilibrium for long 'smooth' beta schedules.