Closed GoogleCodeExporter closed 9 years ago
Original comment by daniel.k...@gmail.com
on 10 Dec 2010 at 3:44
Strategy:
for runner <- allRunners {
if(runner.priceSlope < backSlope) placeBackBet
if(runner.priceSlope > laySlope) placeLayBet
}
It's a proof of concept for adopting simple search algorithm in preparation to
evolution algorithms.
Original comment by daniel.k...@gmail.com
on 10 Dec 2010 at 3:51
Original comment by daniel.k...@gmail.com
on 15 Dec 2010 at 7:34
Original comment by daniel.k...@gmail.com
on 6 Jan 2011 at 7:33
Original issue reported on code.google.com by
daniel.k...@gmail.com
on 10 Dec 2010 at 3:44