computeNeighborhood

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

Subclasses may change the way a neighborhood is computed.