findPossiblePositionsCsingle {DatabionicSwarm} | R Documentation |
Intern function, do not use yourself
Description
Finds all possible jumping position regarding a grid anda Radius for DataBots
Usage
findPossiblePositionsCsingle(RadiusPositionsschablone,
jumplength, alpha, Lines)
Arguments
RadiusPositionsschablone |
NumericMatrix, see |
jumplength |
double radius of databots regarding neighborhood, they can jump to |
alpha |
double, zu streichen |
Lines |
double, jumpinglength has to smaller than Lines/2 and Lines/2 has to yield to a integer number. |
Details
Algorithm is described in [Thrun, 2018, p. 95, Listing 8.1].
Value
OpenPositions |
NumericMatrix, indizes of open positions |
Author(s)
Michael Thrun
References
[Thrun, 2018] Thrun, M. C.: Projection Based Clustering through Self-Organization and Swarm Intelligence, doctoral dissertation 2017, Springer, Heidelberg, ISBN: 978-3-658-20539-3, doi:10.1007/978-3-658-20540-9, 2018.
See Also
[Package DatabionicSwarm version 2.0.0 Index]