compute Neighborhood
open override fun computeNeighborhood(center: Node<T>, environment: Environment<T, GeoPosition>): Neighborhood<T>
Produces a new neighborhood for specified node considering its position.
Return
a neighborhood
Parameters
center
the node to recompute
environment
the node's environment