findPossiblePositionsCsingle function

Intern function, do not use yourself

Intern function, do not use yourself

Finds all possible jumping position regarding a grid anda Radius for DataBots

findPossiblePositionsCsingle(RadiusPositionsschablone, jumplength, alpha, Lines)

Arguments

  • RadiusPositionsschablone: NumericMatrix, see setPolarGrid
  • 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.

Returns

  • OpenPositions: NumericMatrix, indizes of open positions

Details

Algorithm is described in [Thrun, 2018, p. 95, Listing 8.1].

Author(s)

Michael Thrun

See Also

setPolarGrid

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, tools:::Rd_expr_doi("10.1007/978-3-658-20540-9") , 2018.

  • Maintainer: Michael Thrun
  • License: GPL-3
  • Last published: 2024-06-20