Menu

Commit [r18627]  Maximize  Restore  History

Plugged together the scoring differently. EventsToScore is not used by the core anymore (but you're welcome to continue using it for analyses).

Instead, converting Events back to executed Plans, and scoring the executed Plans, are now simply separate filter steps which are
plugged together in PlansScoring. If you need a custom Events-to-Plans filter, just write your own PlansScoring.

michaz 2012-03-05

added /matsim/trunk/.gitignore
changed /matsim/trunk/src/main/java/org/matsim/core/controler/corelisteners/PlansScoring.java
changed /matsim/trunk/src/main/java/org/matsim/core/scoring/EventsToScore.java
added /matsim/trunk/src/main/java/org/matsim/core/scoring/PlanElementsToScore.java
/matsim/trunk/.gitignore Diff Switch to side-by-side view
Loading...
/matsim/trunk/src/main/java/org/matsim/core/controler/corelisteners/PlansScoring.java Diff Switch to side-by-side view
Loading...
/matsim/trunk/src/main/java/org/matsim/core/scoring/EventsToScore.java Diff Switch to side-by-side view
Loading...
/matsim/trunk/src/main/java/org/matsim/core/scoring/PlanElementsToScore.java Diff Switch to side-by-side view
Loading...