From 26a8972f40bf9c4a08d71d3aca04e7c9d21e8f7e Mon Sep 17 00:00:00 2001 From: Noam Lewis Date: Wed, 6 Feb 2013 19:37:18 -0800 Subject: [PATCH 1/3] Initial commit --- .gitignore | 7 +++++++ README.md | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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..bc8709e --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +penalty-search +============== + +Researching the optimal decision trees (minimum expected cost) when search has a test penalty \ No newline at end of file From ee1eef80368668058c98b3e6b0c1310600b41949 Mon Sep 17 00:00:00 2001 From: Noam Lewis Date: Wed, 6 Feb 2013 22:37:53 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc8709e..307ee77 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ penalty-search ============== -Researching the optimal decision trees (minimum expected cost) when search has a test penalty \ No newline at end of file +Researching the optimal decision trees (minimum expected cost) when search has a test penalty + +For more information see blog posts: + +* https://noamlewis.wordpress.com/2013/02/04/finding-the-perfect-baking-time-for-that-souffle-or-optimal-search-with-test-penalty/ From 862ea4668eda69e20d632f41a8980aecc89ddfbf Mon Sep 17 00:00:00 2001 From: Noam Lewis Date: Wed, 6 Feb 2013 22:38:21 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 307ee77..8a67135 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ Researching the optimal decision trees (minimum expected cost) when search has a For more information see blog posts: -* https://noamlewis.wordpress.com/2013/02/04/finding-the-perfect-baking-time-for-that-souffle-or-optimal-search-with-test-penalty/ +* [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/)