Commit Graph
7 Commits
Author SHA1 Message Date
patrick e45a821840 Remove results with errors
These results are related to domains that use action costs. However,
the encodings currently don’t support this feature. For this reason,
these results were all incorrect and needed to be removed.
2017-12-04 00:28:42 +01:00
patrick ceef73c21b Remove results with errors
These results were affected by a bug in the planner (out-of-range index
access). This was fixed in the meantime, and these measurements will be
repeated now.
2017-12-01 14:11:10 +01:00
patrick fef5f1929f Remove planner results with memouts
This removes all results obtained with our planner where memouts were
encountered. These were mainly due to the fact that we didn’t configure
the planner to respect the memory limit in the first place. With this
configuration now in place, we can redo all the affected measurements in
order to get actual, useful results.
2017-11-29 18:40:52 +01:00
patrick 583c544ec3 Remove Madagascar results with memouts
Madagascar automatically manages its memory consumption in order not to
have memouts. The memouts that were recorded by the benchmark runner are
the result of a difference in comupting memory consumption between the
benchmark runner and Madagascar. For this reason, these results are not
representative for Madagascar, and they will be redone with a softer
memory limit (with an extra margin of 256 MB).
2017-11-29 17:39:39 +01:00
patrick fe532cc0af Remove results with errors
Due to minor bugs in the planner, three configurations had errors. This
removes the affected results in order to rerun them with the fixed
planner. As the bugfixes address these configurations only, the other
results are unspoiled by this change.
2017-11-27 14:24:36 +01:00
patrick 1215e9c543 Remove results with errors
Some instances have hyphens within variable names. Unfortunately,
support for hyphens in variable names was missing in plasp 3.1.0, which
resulted in incorrect ASP output. Additionally, clingo just printed an
info message in the affected cases, which is why these incorrect
benchmark runs weren’t easy to spot immediately.

This removes all the affected results in order to run them again with
plasp 3.1.1. Note that the new release doesn’t change anything else, and
thus, the other results aren’t invalidated by the plasp update.
2017-11-25 00:58:41 +01:00
patrick 5bbca29199 Initial commit 2017-11-19 15:47:45 +01:00