diff --git a/src/main/java/org/matsim/run/prepare/DrtCaseSetup.java b/src/main/java/org/matsim/run/prepare/DrtCaseSetup.java index 356565d5..79035183 100644 --- a/src/main/java/org/matsim/run/prepare/DrtCaseSetup.java +++ b/src/main/java/org/matsim/run/prepare/DrtCaseSetup.java @@ -116,8 +116,10 @@ public static void prepareConfig(Config config, DrtCase drtCase, ShpOptions drtA drtSpeedUpParams.fractionOfIterationsSwitchOn = 0.0; drtSpeedUpParams.fractionOfIterationsSwitchOff = 1.0; drtSpeedUpParams.firstSimulatedDrtIterationToReplaceInitialDrtPerformanceParams = 10000; - drtSpeedUpParams.initialWaitingTime = 345.6; // update to real world data - drtSpeedUpParams.initialInVehicleBeelineSpeed = 20/3.6; // update to real world data + // update to real world data + drtSpeedUpParams.initialWaitingTime = 345.6; + // update to real world data + drtSpeedUpParams.initialInVehicleBeelineSpeed = 20/3.6; drtSpeedUpParams.intervalDetailedIteration = 10000; drtSpeedUpParams.waitingTimeUpdateDuringSpeedUp = DrtSpeedUpParams.WaitingTimeUpdateDuringSpeedUp.Disabled; drtConfigGroup.addParameterSet(drtSpeedUpParams); @@ -142,8 +144,10 @@ public static void prepareConfig(Config config, DrtCase drtCase, ShpOptions drtA drtSpeedUpParams.fractionOfIterationsSwitchOn = 0.0; drtSpeedUpParams.fractionOfIterationsSwitchOff = 1.0; drtSpeedUpParams.firstSimulatedDrtIterationToReplaceInitialDrtPerformanceParams = 10000; - drtSpeedUpParams.initialWaitingTime = 345.6; // update to real world data - drtSpeedUpParams.initialInVehicleBeelineSpeed = 20/3.6; // update to real world data + // update to real world data + drtSpeedUpParams.initialWaitingTime = 345.6; + // update to real world data + drtSpeedUpParams.initialInVehicleBeelineSpeed = 20/3.6; drtSpeedUpParams.intervalDetailedIteration = 10000; drtSpeedUpParams.waitingTimeUpdateDuringSpeedUp = DrtSpeedUpParams.WaitingTimeUpdateDuringSpeedUp.Disabled; drtConfigGroup.addParameterSet(drtSpeedUpParams);