Skip to content

CMA-ES Fuzz: work around CPU time vs wall-clock time (use 1 core only)

Gidon Ernst requested to merge gernst/testcomp-bench-defs:cmaesfuzz into master

NOTE: Use of a single core is intended and necessary to make the internal timeout computation work out.

CMA-ES Fuzz currently cancels search for inputs a little early to be able to write out the test-suite in time. This is done wrt. wall-clock time, hence, CPU time should match this.

Merge request reports