Hello all. I was wondering if there was any parallelism built in for MLE estimation in a Stan model? Does reduce_sum
assist in the optimization for the MLE?
Any information here would be most welcome!
Hello all. I was wondering if there was any parallelism built in for MLE estimation in a Stan model? Does reduce_sum
assist in the optimization for the MLE?
Any information here would be most welcome!
Reduce_sum speeds up the log lok. evaluation…no matter what type of estimation…so it’s also speeding up mle estimation