Scott Weber
2004-11-30 20:42:42 UTC
Hi all,
Please find below some clarifications for
a few points raised to me for P4.
For Benchmarking of Performance / Memory Usage.
- We do not have specific thresholds for marking. The
comparison is among the submitted projects. The marks
for the performance evaluation are split so that if
someone uses a lot of memory to speed up the run time
performance will get more marks on the performance but
less on the memory usage and vice versa. It is interesting
to plot (if you have the time) the graph memory usage vs.
performance. In any case, I do not think that you should
be overly worried about this as we will not penalize for
say millisecond type of differences.
For use of a main method
- Please see the App.java program and modify it if need be
to fit your program. Essentially will launch the GUI and
allow us to test your program.
Greetings,
Kostas Kontogiannis
Does this mean we have to include App.java and all the other filesPlease find below some clarifications for
a few points raised to me for P4.
For Benchmarking of Performance / Memory Usage.
- We do not have specific thresholds for marking. The
comparison is among the submitted projects. The marks
for the performance evaluation are split so that if
someone uses a lot of memory to speed up the run time
performance will get more marks on the performance but
less on the memory usage and vice versa. It is interesting
to plot (if you have the time) the graph memory usage vs.
performance. In any case, I do not think that you should
be overly worried about this as we will not penalize for
say millisecond type of differences.
For use of a main method
- Please see the App.java program and modify it if need be
to fit your program. Essentially will launch the GUI and
allow us to test your program.
Greetings,
Kostas Kontogiannis
needed for the GUI in the jar file, or just App.java?