diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..477a353 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +dist +cabal-dev +*.o +*.hi +*.chi +*.chs.h +.virthualenv diff --git a/README.md b/README.md new file mode 100644 index 0000000..8a67135 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +penalty-search +============== + +Researching the optimal decision trees (minimum expected cost) when search has a test penalty + +For more information see blog posts: + +* [Finding the perfect baking time for that soufflé (or: optimal search with test penalty)](http://noamlewis.wordpress.com/2013/02/04/finding-the-perfect-baking-time-for-that-souffle-or-optimal-search-with-test-penalty/)