Commit 03a457ff authored by Clemens Krug's avatar Clemens Krug
Browse files

Improvements / Setup for 2nd evaluation step

+ MILPv2 now uses the actual route length instead of the euclidean distance
+ Setup the environments for the next evaluation step
+ Implemented the SpotUtilizationMetric
parent a47ef473
......@@ -200,6 +200,11 @@ public class ModularMultiTypeMovementModel extends ModularMovementModel
return ((RealWorldStreetsMovement) localMovementStrategy).getMovementPoints(ms);
}
public RealWorldStreetsMovement getMovementStrategy()
{
return (RealWorldStreetsMovement) localMovementStrategy;
}
/**
* Sets the default {@link ITransitionStrategy} for the specified {@link SimLocationActuator}.
* @param ms The SimLocationActuator
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment