Close To Already Deployed
class CloseToAlreadyDeployed<T, P : Position<P>>(randomGenerator: RandomGenerator, environment: Environment<T, P>, nodeCount: Int, variance: Double) : AbstractCloseTo<T, P>
Content copied to clipboard
This Deployment places new nodes in the proximity of those already included in the environment. Behaviour if there are no nodes already inserted is undefined.
Constructors
Link copied to clipboard
fun <T, P : Position<P>> CloseToAlreadyDeployed(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