total -= 0.003 * _.sum(_.map(
            plan.getPositions('harvester'),
            harvestPosition => this.getPathLength(harvestPosition, spawnGoals, matrix),
        ));