CSCI 4150: Introduction to Artificial Intelligence, Fall 2005 |
Also, you should turn off error checking when you run the tests for these problems.
Do not write procedures in your code with these names:
print all-true? row-diff block-name compare-stateThe print procedure is the same as on page 51 of the Scheme handouts. You may find it useful if you need to print messages to the screen from your code.
NOTE: you must include all procedures that your heuristics need to run! (This may include code from problems 1-6.) It is fine if you have all your code in one file and upload the same file to both webtesters.
NOTE: you may upload as many times as you wish to this web tester, but we will only test the last submission as of the final late deadline. Your score for the electronic portion of this problem will be determined by offline tests.