Issue548

Title Use new task interface in merge-and-shrink
Priority wish Status resolved
Superseder Nosy List florian, jendrik, malte, silvan
Assigned To silvan Keywords
Optional summary

Created on 2015-07-08.19:02:25 by silvan, last changed by silvan.

Messages
msg4376 (view) Author: silvan Date: 2015-07-15.16:22:56
Thank you for the help everyone, this one is pushed.
msg4375 (view) Author: silvan Date: 2015-07-15.13:27:58
Ok. Florian, the code is ready, it also includes the changed includes :-)
msg4368 (view) Author: malte Date: 2015-07-15.00:03:14
I only looked at ms_construction_time, and I think there's no clear negative
trend anymore (e.g., look at the domain summaries before/after, which include
delta sums over all instances). So I'm fine with merging this if Florian had no
objections to the code.
msg4364 (view) Author: silvan Date: 2015-07-14.21:55:17
The new experiments look a bit better, search time is "less worse" than before.
I also included "actual_search_time" as an attribute -- there is no visible
difference in search time, however, everything is related to merge-and-shrink
construction time.

http://ai.cs.unibas.ch/_tmp_files/sieverss/issue548-base-v2-issue548-base-issue548-v2-compare.html
msg4360 (view) Author: silvan Date: 2015-07-14.13:44:13
That's a very good question indeed. As I changed several places with using
tasks/task proxies again after the first experiment, I'd better run another set
of experiments so the data belongs to the most recent version.
msg4359 (view) Author: malte Date: 2015-07-14.13:37:15
Interestingly, the difference in heuristic construction time is considerable. I
find that surprising: one we've created the atomic abstractions, shouldn't the
original task representation be irrelevant?
msg4358 (view) Author: silvan Date: 2015-07-13.08:46:55
I updated the pull request.

The following table now also includes "ms_construction_time" (time included in
search time/total time, which is spent on the merge-and-shrink construction):
http://ai.cs.unibas.ch/_tmp_files/sieverss/issue548-mas-refetch-issue548-base-issue548-v1-compare.html
msg4351 (view) Author: malte Date: 2015-07-11.13:29:06
Actually, I find runtime a bit disappointing. Is it possible to find out how
much is actual search time and how much is the time for constructing the heuristic?
msg4350 (view) Author: malte Date: 2015-07-11.13:17:36
Great! Looks like Florian is reviewing this, so please merge once you're both
happy with it.
msg4349 (view) Author: silvan Date: 2015-07-11.12:28:41
The experiments look ok:
http://ai.cs.unibas.ch/_tmp_files/sieverss/issue548-mas-issue548-base-issue548-v1-compare.html

If somebody wants to have a look at it, please go ahead:
https://bitbucket.org/SilvanS/fd-dev/pull-request/8/issue548/diff

Otherwise, I think that this task is accomplished.
msg4338 (view) Author: silvan Date: 2015-07-08.19:02:25
We want to use the new task interface in merge-and-shrink.
History
Date User Action Args
2015-07-15 16:22:56silvansetstatus: chatting -> resolved
messages: + msg4376
2015-07-15 13:27:58silvansetmessages: + msg4375
2015-07-15 00:03:14maltesetmessages: + msg4368
2015-07-14 21:55:17silvansetmessages: + msg4364
2015-07-14 13:44:13silvansetstatus: reviewing -> chatting
messages: + msg4360
2015-07-14 13:37:15maltesetmessages: + msg4359
2015-07-13 08:46:55silvansetmessages: + msg4358
2015-07-11 13:29:07maltesetmessages: + msg4351
2015-07-11 13:17:36maltesetmessages: + msg4350
2015-07-11 12:28:41silvansetstatus: chatting -> reviewing
messages: + msg4349
2015-07-08 19:57:15jendriksetnosy: + jendrik
2015-07-08 19:48:57floriansetnosy: + florian
2015-07-08 19:02:53silvansettitle: Use new task interfacte in merge-and-shrink -> Use new task interface in merge-and-shrink
2015-07-08 19:02:25silvancreate