Please enlighten a poor Physicist. You write:
The Kelly criterion doesn't maximize expected wealth, it maximizes expected log wealth, as the article you linked mentions
I thought the log function operating on real positive numbers was real and monotonically increasing with wealth.
I thought wealth for the purposes of the wikipedia article and Kelly criterion calculations was real and positive.
So how can something which is said to maximize log(wealth) not also be said to maximize wealth with identical meaning?
Seriously, if there is some meaningful sense in which something that maximizes log(wealth) does not also maximize wealth, I am at a loss to even guess what it is and would appreciate being enlightened.
I gave several examples in my comment, but here's another with explicitly calculated logs:
1) $100 with certainty. Log base 10 is 2. So expected log wealth 2, expected wealth $100.
2) 50% chance of $1, for a log of 0. 50% chance of $1,000 with a log of 3. Expected log wealth is therefore ((0+3)/2)=1.5, and expected wealth is ($1+$1000)/2=$500.5.
1) has higher expected log wealth, but 2) has higher expected wealth.
The idea is to compare not the results of actions, but the results of decision algorithms. The question that the agent should ask itself is thus:
"Suppose everyone1 who runs the same thinking procedure like me uses decision algorithm X. What utility would I get at the 50th percentile (not: what expected utility should I get), after my life is finished?"
Then, he should of course look for the X that maximizes this value.
Now, if you formulate a turing-complete "decision algorithm", this heads into an infinite loop. But suppose that "decision algorithm" is defined as a huge table for lots of different possible situations, and the appropriate outputs.
Let's see what results such a thing should give:
The reason why humans will intuitively decline to give money to the mugger might be similar: They imagine not the expected utility with both decisions, but the typical outcome of giving the mugger some money, versus declining to.
1I say this to make agents of the same type cooperate in prisoner-like dilemmas.