IOHprofiler / IOHexperimenter

Experimentation procedure for Iterative Optimization Heuristics
Other
47 stars 24 forks source link

Add a delta for the logging trigger #189

Closed jacobdenobel closed 2 months ago

jacobdenobel commented 10 months ago

The logger trigger on improvement in some cases triggers for improvements that are smaller than the floating point precision we are writing to the files, so no observable difference is logged. We need to add a delta that ensures it only triggers when the 'writable' difference is large enough.