-
Notifications
You must be signed in to change notification settings - Fork 1
/
feedback.txt
35 lines (30 loc) · 1.6 KB
/
feedback.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Student: Amey Kasbe
Grader: Vineet Patel
Homework 1
The maximum grade for this homework is 8%. Points are subtracted from this maximum grade: for example, saying
that 2% is lost if some requirement is not completed means that the resulting grade will be 8%-2% => 6%;
if the core homework functionality does not work or it is not implemented as specified in your documentation,
your grade will be zero;
Grading Criteria:
- only some basic cloud simulation examples from the cloudsim repo are given and nothing else is done:
* non-trivial simulations: -0%
- having less than five unit and/or integration scalatests:
* moer than 5 tests: -0%
- missing comments and explanations from the simulation program:
* comments used: -0%
- logging is not used in the simulation programs:
* logging is used: -0%
- hardcoding the input values in the source code instead of using the suggested configuration libraries:
* configuration is used: -0%
- for each used var for heap-based shared variables or mutable collections:
* none present: -0%
- for each used while or for or other loops with induction variables to iterate over a collection:
* none present: -0%
- no instructions in README.md on how to install and run your simulator:
* instructions present: -0%
- the program crashes without completing the core functionality:
* program runs without crashing: -0%
- the documentation exists but it is insufficient to understand your cloud simulation design and models and how you assembled and deployed all components of the cloud:
* documentation exists: -0%
Total grade: 8%
Comments: excellent job!