Taketrung / betting-ai

Automatically exported from code.google.com/p/betting-ai
1 stars 1 forks source link

NeuralTraderScoreCalc.score and HillClimbing.score return Double.MinValue if numOfMatchedBets=0 #117

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
NeuralTraderScoreCalc.score and HillClimbing.score should return 
Double.MinValue if numOfMatchedBets=0.

Additionally Double.MinValue should not be returned if abs(wealth)<0.001

Original issue reported on code.google.com by daniel.k...@gmail.com on 21 Apr 2011 at 8:58