Abstract Close To
abstract class AbstractCloseTo<T, P : Position<P>>(randomGenerator: RandomGenerator, environment: Environment<T, P>, nodeCount: Int, variance: Double) : Deployment<P>
Content copied to clipboard
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
Constructors
Link copied to clipboard
fun <T, P : Position<P>> AbstractCloseTo(randomGenerator: RandomGenerator, environment: Environment<T, P>, nodeCount: Int, variance: Double)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard