I have a rather smallish workbook I am trying to speed up. It is a behavioral model where each row consist of a “choice”: Based on some rand()s and likelihoods calculated from the result of the previous row it generates its own result that are then used in the next line etc for a total of 250 lines. Since each line depend on the result of the previous I have no ambition to make this calculation multiple core aware and a single simulation only takes a blink of an eye.
BUT I use a Monte Carlo simulation to create a list the result of 20000 of these “lives” (one variable per life) and that should be a clear candidate for multiple core aware calculations, no? Each simulated life is not dependent on anything else and I have made sure there is absolutely no calculations made on the 20000 results before the monte carlo simulation is over but Excel (2013) is still only using one core.
I use this data table “hack” to do my monte carlo simulation:https://www.youtube.com/watch?v=UeGncSFijUM I am not aware if there is another way to do monte carlo simulations in excel?
BUT I use a Monte Carlo simulation to create a list the result of 20000 of these “lives” (one variable per life) and that should be a clear candidate for multiple core aware calculations, no? Each simulated life is not dependent on anything else and I have made sure there is absolutely no calculations made on the 20000 results before the monte carlo simulation is over but Excel (2013) is still only using one core.
I use this data table “hack” to do my monte carlo simulation:https://www.youtube.com/watch?v=UeGncSFijUM I am not aware if there is another way to do monte carlo simulations in excel?