When we schedule more batches than the number of functions times dimensions, the cocoex.BatchScheduler has batches which pass over each and every problem. The cocoex.ExperimentRepeater repeats these empty batches until the maximum batch number 10,000 is reached (which takes about 2 hours). Instead, the repeater should check after the first sweep whether any data are recorded.
When we schedule more batches than the number of functions times dimensions, the
cocoex.BatchScheduler
has batches which pass over each and every problem. Thecocoex.ExperimentRepeater
repeats these empty batches until the maximum batch number 10,000 is reached (which takes about 2 hours). Instead, the repeater should check after the first sweep whether any data are recorded.