Abstract Close To
abstract class AbstractCloseTo<T, P : Position<P>>(randomGenerator: ERROR CLASS: Symbol not found for RandomGenerator, environment: Environment<T, P>, nodeCount: Int, variance: Double) : Deployment<P>
A generic Deployment that displaces a certain nodeCount of nodes in the proximity of a number of sources. Higher variance implies higher dispersion. Subclasses must identify the sources
Inheritors
Constructors
Link copied to clipboard
constructor(randomGenerator: ERROR CLASS: Symbol not found for RandomGenerator, environment: Environment<T, P>, nodeCount: Int, variance: Double)