CSE 472/572, Spring 2002 Tentative Project 2 Grading ------------------------------------------------------------------------- Following both the requirements for projects as stated in the syllabus and the requirements for this project, I see there being 3 major items of roughly equal importance: - the project description 108 points - annotated sample runs 108 points - documented code 108 points Here's the breakdown: project description: abstract: 0, 1, 2, 3 description of project 2 0, 11, 22, 33 description of representation of 8-puzzle 0, 12, 24, 36 analysis of efficiency: 0, 12, 24, 36 Total = 108 points optional: bug report (if student's program doesn't work, they can recoup lost points by explaining their problems and how they might solve them with more time) 0, 6, 12, 18 (not counted in total) annotated sample runs: depth-first: run: 0, 2, 4, 6 annotation: 0, 2, 4, 6 breadth-first: run: 0, 2, 4, 6 annotation: 0, 2, 4, 6 uniform cost: run: 0, 2, 4, 6 annotation: 0, 2, 4, 6 best-first, h_a: run: 0, 2, 4, 6 annotation: 0, 2, 4, 6 best-first, h_b: run: 0, 2, 4, 6 annotation: 0, 2, 4, 6 best-first, h_c: run: 0, 2, 4, 6 annotation: 0, 2, 4, 6 A*, h_a: run: 0, 2, 4, 6 annotation: 0, 2, 4, 6 A*, h_b: run: 0, 2, 4, 6 annotation: 0, 2, 4, 6 A*, h_c: run: 0, 2, 4, 6 annotation: 0, 2, 4, 6 Total = 108 points documented code: IF original code, THEN: representation of 8-puzzle: code: 0, 6, 12, 18 documentation: 0, 6, 12, 18 depth-first: code: 0, 1, 3, 5 documentation: 0, 1, 3, 4 breadth-first: code: 0, 1, 3, 5 documentation: 0, 1, 3, 4 uniform cost: code: 0, 1, 3, 5 documentation: 0, 1, 3, 4 best-first: code: 0, 1, 3, 5 documentation: 0, 1, 3, 4 A*: code: 0, 1, 3, 5 documentation: 0, 1, 3, 4 h_b: code: 0, 1, 3, 5 documentation: 0, 1, 3, 4 h_b: code: 0, 1, 3, 5 documentation: 0, 1, 3, 4 h_c: code: 0, 1, 3, 5 documentation: 0, 1, 3, 4 Total = 108 points ELSIF "borrowed" code, THEN: (a) citations for sources: 0, 6, 12, 18 representation of 8-puzzle: documentation 0, 1, 2, 4 depth-first: documentation 0, 1, 2, 4 breadth-first: documentation 0, 1, 2, 4 uniform cost: documentation 0, 1, 2, 4 best-first: documentation 0, 1, 2, 4 A*: documentation 0, 1, 2, 4 h_a: documentation 0, 1, 2, 4 h_b: documentation 0, 1, 2, 4 h_c: documentation 0, 1, 2, 4 Total = 54 points (b) PLUS: variation: code: 0, 5, 10, 14 (other documentation: 0, 5, 10, 13 search run: 0, 5, 10, 14 or 15-puzzle) annotation: 0, 5, 10, 13 Total = 54 points GRAND TOTAL = 324 points. LETTER-GRADE ASSIGNMENTS: Letter CS 472 both CS 572 ------------------------------ A 307-324 A- 289-306 B+ 271-288 B 253-270 B- 235-252 C+ 217-234 C 181-216 109--216 C- 145-180 D+ 109-144 D 55-108 F 0- 54