computeNeighborhood

open fun computeNeighborhood(center: Node<T>, environment: Environment<T, P>): Neighborhood<T>

Subclasses may change the way a neighborhood is computed.