total -= 0.005 * _.sum(_.map(
            plan.getPositions('bay_center'),
            bayPosition => this.getPathLength(bayPosition, roomCenter, matrix),
        ));