help -- matlab acceleration# Programming - 葵花宝典
a*m
1 楼
I have to use MC for 1e+9 runs to get the required accuracy. It roughly
takes 1000/2/60 = 7-8 hours to get a set of result.It's too time consuming.
I wonder if there are ways to accelerate matlab runs.
1. I heard about compiling matlab m file into execution file that can
operate at a speed similar to C. I am not sure how to do it.
2. I can try other MC methods, for example, control variate etc. Assume I
have a control variate that I know the true value, how do I use it to
accelerate MC speed?
An
takes 1000/2/60 = 7-8 hours to get a set of result.It's too time consuming.
I wonder if there are ways to accelerate matlab runs.
1. I heard about compiling matlab m file into execution file that can
operate at a speed similar to C. I am not sure how to do it.
2. I can try other MC methods, for example, control variate etc. Assume I
have a control variate that I know the true value, how do I use it to
accelerate MC speed?
An