Theresa Eimer
Theresa Eimer
Also useful: memory limit and overall runtime for fd planner.
Example: 333 self.fd = subprocess.Popen( 334 [ 335 "python3", 336 f"{self.fd_path}", 337 "--overall-time-limit", 338 "300", 339 "--overall-memory-limit", 340 "4G", 341 self.domain_file, 342 self.instance, 343 "--search", 344 self.argstring, 345 ], 346...
This will be replaced, so this is not a priority
The modea package is now completely removed, so removing this.
I wasn't able to reproduce this so far
Some results on lcbench-3945. This is 10 seeds per degree of parallelization with some logging bug at the start. Not 100% sure if this is expected (the difference is pretty...
I just saw that I mistakenly maximized because I wasn't aware that CARPS reversed the sign internally. To check if this is a hypersweeper issue, I reran and also added...
Small add-on: seeding was slightly different in that curve, I aligned it locally and now all curves look exactly the same :/s This is 2.0.2 btw
Okay, maybe this is actually not related to #1148 after all, if I add the standard target function evaluation to the comparison instead of using ask-tell, the curve matches too....
Using lcbench 7593, I now get different results for TF execution and ask-tell (no hypersweeper, directly parsed from SMAC logs) for ask-tell vs TF execution. Something is definitely not working...