From 853fea090734b2f9666aa7107986df3464154b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20H=C3=B6lscher?= Date: Thu, 2 Jun 2022 10:39:22 +0200 Subject: [PATCH] added Eval to Readme. --- README.md | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 77 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 939e398..06953b7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The tasksets are represented by a 2D array, where row i is a Task i and the colu ## Runing the Tests Make sure you have at least python3, argparse, numpy and tabulate installed. -Argpoarse and Numpy can be installed via pip. +Argpoarse, Numpy and Tabulate can be installed via pip. Use the SchedTest.py Script @@ -37,6 +37,82 @@ options: N is always and defaults to 10, for our input files. +## Correct outputs for evaluation +``` +10Tasks +╒═════╤══════╤═══════╤══════╤═══════╕ +│ # │ U │ LLB │ HB │ TDA │ +╞═════╪══════╪═══════╪══════╪═══════╡ +│ 0 │ 0.55 │ 1 │ 1 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 1 │ 0.58 │ 1 │ 1 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 2 │ 0.61 │ 1 │ 1 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 3 │ 0.64 │ 1 │ 1 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 4 │ 0.67 │ 1 │ 1 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 5 │ 0.7 │ 1 │ 1 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 6 │ 0.73 │ 0 │ 1 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 7 │ 0.76 │ 0 │ 0 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 8 │ 0.79 │ 0 │ 0 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 9 │ 0.82 │ 0 │ 0 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 10 │ 0.85 │ 0 │ 0 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 11 │ 0.88 │ 0 │ 0 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 12 │ 0.91 │ 0 │ 0 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 13 │ 0.94 │ 0 │ 0 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 14 │ 0.97 │ 0 │ 0 │ 0 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 15 │ 1 │ 0 │ 0 │ 0 │ +╘═════╧══════╧═══════╧══════╧═══════╛ +100Tasks +╒═════╤══════╤═══════╤══════╤═══════╕ +│ # │ U │ LLB │ HB │ TDA │ +╞═════╪══════╪═══════╪══════╪═══════╡ +│ 0 │ 0.55 │ 1 │ 1 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 1 │ 0.58 │ 1 │ 1 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 2 │ 0.61 │ 1 │ 1 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 3 │ 0.64 │ 1 │ 1 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 4 │ 0.67 │ 1 │ 1 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 5 │ 0.7 │ 0 │ 0 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 6 │ 0.73 │ 0 │ 0 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 7 │ 0.76 │ 0 │ 0 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 8 │ 0.79 │ 0 │ 0 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 9 │ 0.82 │ 0 │ 0 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 10 │ 0.85 │ 0 │ 0 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 11 │ 0.88 │ 0 │ 0 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 12 │ 0.91 │ 0 │ 0 │ 1 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 13 │ 0.94 │ 0 │ 0 │ 0 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 14 │ 0.97 │ 0 │ 0 │ 0 │ +├─────┼──────┼───────┼──────┼───────┤ +│ 15 │ 1 │ 0 │ 0 │ 0 │ +╘═════╧══════╧═══════╧══════╧═══════╛ +``` + ## Setup I guess everyone has a running python setup on his machine. If not follow this [guide](https://code.visualstudio.com/docs/python/python-tutorial).