From dfbd166fe38bfdcc013472506f9fe5f073fb4794 Mon Sep 17 00:00:00 2001 From: Joeri Exelmans Date: Sun, 15 Dec 2024 12:57:23 +0100 Subject: [PATCH] add 'practical stuff' to assignment --- assignment/doc/assignment.html | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/assignment/doc/assignment.html b/assignment/doc/assignment.html index e1e9ac0..5beaded 100644 --- a/assignment/doc/assignment.html +++ b/assignment/doc/assignment.html @@ -4,6 +4,31 @@ DEVS Assignment +

Practical stuff

+ +

Introduction

You will use (classic) DEVS to model a queueing and load balancing system for a set of waterway locks. A conceptual view of the system is shown here:

@@ -125,7 +150,7 @@ The specification of the semantics of the Atomic DEVS blocks is entirely determi

More specifically, we would like to know under which (combinations of) parameter values the (avg/min/max) duration that ships spend in the system is minimized. Also, we'd like to know if one choice (e.g., prioritize bigger) always better than another choice (e.g., prioritize smaller), or does it depend on the choices made for the other parameters?

-

Getting Started

+

Getting Started

  1. Clone the mosis24 branch of this git repository.
  2. Under the assignment directory, you'll find the following files: @@ -148,7 +173,7 @@ The specification of the semantics of the Atomic DEVS blocks is entirely determi
  3. interpret the plotted results
  4. -
  5. Submit via BlackBoard, a ZIP file, containing: +
  6. Submit via BlackBoard, a ZIP file, containing:
    • Your code (only the assignment directory)
    • Your report (PDF)