summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2012-10-22 12:19:54 -0700
committerThibaut Horel <thibaut.horel@gmail.com>2012-10-22 12:19:54 -0700
commit6dd21a1503ca480736d7bd476d2000eb7ac72858 (patch)
treeadfda4f59763f76ad4a76f3af7d3fe135f90d0f7
parent6eaf8e952bbc47b8b1a7521056a0d1e97400723f (diff)
downloadrecommendation-6dd21a1503ca480736d7bd476d2000eb7ac72858.tar.gz
Add todo.txt with some ideas that I want to explore later
-rw-r--r--todo.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
new file mode 100644
index 0000000..bc8aff4
--- /dev/null
+++ b/todo.txt
@@ -0,0 +1,7 @@
+* monte carlo methods to compute the shapley value
+* exponential families
+
+* can we use the enumeration method from Sviridenko to design a budget feasible
+ mechanism ?
+* have a look at the Lovasz extension which seems to be highly related to the
+ fractional greedy scheme.