numbbo / coco-experiment

Experimental code of the COCO framework
Other
2 stars 1 forks source link

handling repetitions of batches without tasks #5

Closed nikohansen closed 4 months ago

nikohansen commented 4 months ago

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.