Class CloseToGPSTrace

  • All Implemented Interfaces:
    it.unibo.alchemist.model.Deployment , kotlin.collections.Iterable , kotlin.collections.MutableIterable

    
    public final class CloseToGPSTrace<T extends Object>
    extends AbstractCloseTo<T, GeoPosition>
                        

    This it.unibo.alchemist.model.Deployment displaces nodes in the proximity of a GPS trace. Given a time interval from some time to another, it creates a TraceLoader, then uses the points in the interval to generate the sources for a Gaussian bivariate function and uses its probability density to deploy. Higher variance spreads nodes farther away from the trace with higher probability.