This This repository contains all the laboratory activities for the Modeling and Simulation (Mosim) subject.
Below is a list of all the activities included in this repository:
- Lab #1: Exploring Basic Concepts in Modeling and Simulation
- Lab #2: System Dynamics & Discrete-Event Simulation in Python
- Lab #3: Real-World Applications of Simulation, Random Sampling, and Model Validation
To run the program, ensure the following tools and libraries are installed:
- Python 3.x with Matplotlib, Numpy, and scikit-learn+
- Bash (for scripting)
-
Clone the repository then navigate to the directory::
git clone https://github.com/luckstraw/Paracomp.git
cd Paracomp -
Navigate to the specific lab directory:
cd Lab_1 # Replace with the lab folder you want to access
-
Follow the README.md instructions inside each lab folder for setup and execution