Relative Content

Tag Archive for simulation

Simulating a Production Line

I’m trying to simulate a DVD production line in Java. The thing I have a problem with is the calculation of the time in this kind of simulation and the number of DVDs per hour.

Simulating a Production Line

I’m trying to simulate a DVD production line in Java. The thing I have a problem with is the calculation of the time in this kind of simulation and the number of DVDs per hour.

Architecting a predictive modeling software

I have a predictive model which runs 10,000+ scenarios to predict the outcome. It’s a micro-simulator model for an insurance company. The data part is almost static with changes from time-to-time, meaning data is kind of read-only and data update happens outside of this simulator.