Menu

Code Commit Log


Commit Date  
[r296] by mrieser

made HanlderData.removeHanlder() public instead of private.

2007-12-29 12:54:54 Tree
[r295] by mrieser

added testOptimisticBehavior(), to test that unscored plans are always selected before any other plans.

2007-12-28 16:24:04 Tree
[r294] by mrieser

Reset Gbl.random in Gbl.reset().

2007-12-28 16:22:59 Tree
[r293] by mrieser

make sure we always return a plan, even if it doesn't have score.

2007-12-28 16:22:18 Tree
[r292] by mrieser

no longer handle unscored plans specially, as this is now done in PlanStrategy.

2007-12-28 16:20:32 Tree
[r291] by mrieser

added test case for Person.getRandomUnscoredPlan(), changed calls to Person.createPlan() to use the non-deprecated method.

2007-12-28 16:19:37 Tree
[r290] by mrieser

moved method Person.selectRandomPlan() to RandomPlanSelector, as this was the only place this method was used.

2007-12-28 16:10:32 Tree
[r289] by mrieser

improved javadoc, specified when to return null in selectPlan()

2007-12-28 16:02:17 Tree
[r288] by mrieser

Marked methods that still expected "age" as parameter (for Plan) deprecated and added methods without this parameter. The parameter was just ignored, time to get rid of it...

2007-12-28 16:01:13 Tree
[r287] by mrieser

The PlanStrategy now ensures that if an unscored plan is selected whenever the agent has such one.

2007-12-28 15:55:53 Tree
Older >