Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 612 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 612 Bytes

simple-search

Isaac K && Ben S

A Clojure implementation of a some simple heuristic search tools for the Spring, 2016, Evolutionary Computation and Artificial Intelligence class. Students will clone this and add functionality as the semester progresses.

How to run the tests

The project uses Midje.

lein midje will run all tests.

lein midje namespace.* will run only tests beginning with "namespace.".

lein midje :autotest will run all the tests indefinitely. It sets up a watcher on the code files. If they change, only the relevant tests will be run again.