private PlansScoring createPlansScoring() {
   return SimplifiedControlerUtils.createPlansScoringDefault(
       this.scenario, this.events, this.getControlerIO());
 }