issues
search
zenna
/
Omega.jl
Causal, Higher-Order, Probabilistic Programming
MIT License
163
stars
17
forks
source link
Parallel Replica exchange
#79
Open
zenna
opened
5 years ago
zenna
commented
5 years ago
Make replica exchange parallel, async
zenna
commented
3 years ago
[ ] Parallel using threads
[ ] Parallel and distributed
[ ] Avoid double allocation of vectors
[ ] Use
n_iterations
and
swap
[ ] Coroutine? Or some other mechanisms by which re doesnt touch the replicas at all.
[ ] Unify
re!
and
re_all!
[ ] include parameters, too
Make replica exchange parallel, async