Omega.jl
Omega.jl copied to clipboard
Parallel Replica exchange
Make replica exchange parallel, async
- [ ] Parallel using threads
- [ ] Parallel and distributed
- [ ] Avoid double allocation of vectors
- [ ] Use
n_iterationsandswap - [ ] Coroutine? Or some other mechanisms by which re doesnt touch the replicas at all.
- [ ] Unify
re!andre_all! - [ ] include parameters, too