hdbeukel / james-core

Core module of the JAMES framework
Apache License 2.0
6 stars 5 forks source link

Propagate best instead of current solutions in parallel tempering? #33

Closed hdbeukel closed 7 years ago

hdbeukel commented 7 years ago

Currently, two neighbouring replicas exchange their current solutions. It may be better to propagate the best found solutions to the coolest replicas to achieve early convergence.

hdbeukel commented 7 years ago

We should think this through very thoroughly and carefully validate the envisioned improvement. For now I will leave the swapping mechanism as is since it has shown to work in various applications.