Hi, I want to use more devices to speed up my program, but it seems to get error if I set chain_method=“parallel” in MCMC(AIES(),)
AIES does not support parallelism through pmap since the chains are not independent. If you want to exploit multiple devices, I would try sharding.
That would be very helpful to me. Thank you!