Improved Simulation Performance with Recursive Vectorization in Python

Llewellyn Jones
3 min readFeb 4, 2020

--

Running a step-by-step simulation can be a time-intensive process if you’re dealing with large datasets, complex modeling logic, slow infrastructure, or all three. Compared to forecasting with regressions or classification, the speed can be exponentially slower.

But that’s just how it is. Simulations are necessary for modeling complex logical…

--

--