Investigate if it is possible to shrink the producers by starting with an infinite cycle count. When the producer hits the max cycle count, it starts over.
When you need to shrink you take the current cycle and return a new producer with that as the max cycle count. That way we would shrink towards the beginning of the producer.
Investigate if it is possible to shrink the producers by starting with an infinite cycle count. When the producer hits the max cycle count, it starts over.
When you need to shrink you take the current cycle and return a new producer with that as the max cycle count. That way we would shrink towards the beginning of the producer.