Open
Description
DesignSpace.estimate_cost()
gives an incorrect cost estimate since it seems like each individual task's cost is given only by the first sim in the sweep. Then the total cost is just the cost of the first sim * number of sims, which could largely over- or under-estimate the total cost for the batch since the individual task costs can vary a lot within the batch.