/simulation-and-modeling

These are some of the projects from my Simulation and Modeling class. The root folder contains an event-driven simulation engine, and inside /scalation-examples are full simulations that leverage the scalation simulation engine api

Primary LanguageScala

The classes in this root folder form an event-driven simulation engine.

Examples written for the scalation simulation engine can be found in /scalation_simulations
They work on this engine, but the statistic and random libraries that depend on scalation would
need to be removed, as well as the statements that rely on them.

The README inside the scalation_simulations provides info on how to run these example simulations