MLopez-Ibanez / irace

Iterated Racing for Automatic Algorithm Configuration
https://mlopez-ibanez.github.io/irace/
GNU General Public License v2.0
58 stars 14 forks source link

better handling of stderr in target.runner.default() #42

Open MLopez-Ibanez opened 2 years ago

MLopez-Ibanez commented 2 years ago

irace saves the stderr of target-runner to a temporary file and only reports its contents if the evaluation fails. If the file is empty, it is deleted. If the file is not empty, it leaves it there for the user to see if they want to check what is inside.

If someone sent a pull request implementing this, I will be happy to review it and commit it.

@TheIronBorn @DE0CH are interested in this option (see #35)