Menu

Code Commit Log


Commit Date  
[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
[r286] by mrieser

added method getRandomUnscoredPlan()

2007-12-28 15:54:24 Tree
[r285] by mrieser

moved hasUndefinedScore() and isUndefinedScore() from Plan to BasicPlan, as UNDEFINED_SCORE is defined in BasicPlan.

2007-12-28 15:51:18 Tree
[r284] by mrieser

removed, as it was nowhere used, and does basically the same thing as org.matsim.plans.algorithms.PersonFilterSelectedPlan.

2007-12-27 18:38:19 Tree
[r283] by mrieser

- renamed MGC.Coordinate2Coord() to MGC.coordinate2Coord() to be consistent with the other methods as well as with the Naming Conventions.
- fixed several JavaDoc errors
- simplified MGC.coord2Point()

2007-12-27 10:35:18 Tree
[r282] by mrieser

delete an empty package.

2007-12-26 13:20:39 Tree
[r281] by mrieser

moved org.matsim.filters.* to playground.marcel.filters.*

2007-12-26 13:18:46 Tree
[r280] by mrieser

RoadPricingScoringFunction no longer extends CharyparNagelScoringFunction, but takes another ScoringFunction as Delegate. This allows the RoadPricingScoringFunction to be used with any ScoringFunction, not just the CharyparNagelScoringFunction. This required changes to RoadPricingScoringFunctionFactory and all places, where this class was instantiated.
CharyparNagelScoringFunction no longer writes the score into the plan in finish(), because that would have meant that every ScoringFunction would have to do this... instead, EventsToScore does this now, so that is a general solution that works for any ScoringFunction. Improved JavaDoc in ScoringFunction.java to make this clear.

2007-12-26 12:54:47 Tree
Older >