CMPSCI 383: Artificial Intelligence

Fall 2014 (archived)

Assignment 06 Graded

The Assignment 06 submissions have been graded. Patrick has posted grades on Moodle.

The test cases referenced in the autograder’s output are available for download here: assignment06-test-cases.tar.gz

Two notes:

  • Because the simulator(s) you wrote were stochastic, the autograder accepted as correct any output within 15% of the correct value. That is, for each possible setting of query values, if |prob_expected - prob_observed| / prob_expected < 0.15, then your simulator passed the given test case. There was a chance some values would be wrong just due to randomness. Patrick watched for this case and adjusted grades upward if he suspected it was occurring. If you think he overlooked such a case, send us both email and we’ll investigate. Generally, if this occurred at all, it occurred on test case 5-j-m.query.
  • According to Patrick, “Many students parsed and/or created json with their own code rather than a library, which caused many mistakes.”

As usual, if you think something is amiss, please email or come see me or Patrick.