Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sinelaw/penalty-search
Browse files Browse the repository at this point in the history
  • Loading branch information
sinelaw committed Feb 7, 2013
2 parents b32abe6 + 862ea46 commit 0121a1b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
@@ -0,0 +1,7 @@
dist
cabal-dev
*.o
*.hi
*.chi
*.chs.h
.virthualenv
8 changes: 8 additions & 0 deletions 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/)

0 comments on commit 0121a1b

Please sign in to comment.